From 0d59ff4f74daf2510aa43a53218742b9fa6a8a5f Mon Sep 17 00:00:00 2001 From: xjs Date: Tue, 13 Jan 2026 17:30:40 +0800 Subject: [PATCH] fix: page url error --- env/.env | 2 +- pages.config.ts | 2 +- src/pages-sub/information/overTheYear.vue | 2 +- src/pages/index/index.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/env/.env b/env/.env index 3f612e4..ee96bb6 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '六纬择校' +VITE_APP_TITLE = '六纬中考通' VITE_APP_PORT = 9000 VITE_UNI_APPID = 'H57F2ACE4' diff --git a/pages.config.ts b/pages.config.ts index cb5151b..074c154 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -4,7 +4,7 @@ import { tabBar } from './src/tabbar/config' export default defineUniPages({ globalStyle: { navigationStyle: 'default', - navigationBarTitleText: '六纬择校', + navigationBarTitleText: '六纬中考通', navigationBarBackgroundColor: '#FFFFFF', navigationBarTextStyle: 'black', backgroundColor: '#FFFFFF', diff --git a/src/pages-sub/information/overTheYear.vue b/src/pages-sub/information/overTheYear.vue index f7949a6..56d0c39 100644 --- a/src/pages-sub/information/overTheYear.vue +++ b/src/pages-sub/information/overTheYear.vue @@ -64,7 +64,7 @@ const partialColumns = [ }, { title: '办学性质', - prop: 'schoolType', + prop: 'schoolNature', width: '18%', align: "center" }, diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 972c654..d4e313c 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -33,14 +33,14 @@ console.log(systemInfo); onShareAppMessage(() => { return { - title: '六纬择校', + title: '六纬中考通', path: '/pages/index/index', imageUrl: 'https://lw-zk.oss-cn-hangzhou.aliyuncs.com/img/qt/qt_fenxiang.png', } }) onShareTimeline(() => { return { - title: '六纬择校', + title: '六纬中考通', } })