fix: page url error
parent
3e2b3a9fdf
commit
0d59ff4f74
|
|
@ -1,4 +1,4 @@
|
|||
VITE_APP_TITLE = '六纬择校'
|
||||
VITE_APP_TITLE = '六纬中考通'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
VITE_UNI_APPID = 'H57F2ACE4'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { tabBar } from './src/tabbar/config'
|
|||
export default defineUniPages({
|
||||
globalStyle: {
|
||||
navigationStyle: 'default',
|
||||
navigationBarTitleText: '六纬择校',
|
||||
navigationBarTitleText: '六纬中考通',
|
||||
navigationBarBackgroundColor: '#FFFFFF',
|
||||
navigationBarTextStyle: 'black',
|
||||
backgroundColor: '#FFFFFF',
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ const partialColumns = [
|
|||
},
|
||||
{
|
||||
title: '办学性质',
|
||||
prop: 'schoolType',
|
||||
prop: 'schoolNature',
|
||||
width: '18%',
|
||||
align: "center"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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: '六纬中考通',
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue