fix: page url error
parent
3e2b3a9fdf
commit
0d59ff4f74
|
|
@ -1,4 +1,4 @@
|
||||||
VITE_APP_TITLE = '六纬择校'
|
VITE_APP_TITLE = '六纬中考通'
|
||||||
VITE_APP_PORT = 9000
|
VITE_APP_PORT = 9000
|
||||||
|
|
||||||
VITE_UNI_APPID = 'H57F2ACE4'
|
VITE_UNI_APPID = 'H57F2ACE4'
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import { tabBar } from './src/tabbar/config'
|
||||||
export default defineUniPages({
|
export default defineUniPages({
|
||||||
globalStyle: {
|
globalStyle: {
|
||||||
navigationStyle: 'default',
|
navigationStyle: 'default',
|
||||||
navigationBarTitleText: '六纬择校',
|
navigationBarTitleText: '六纬中考通',
|
||||||
navigationBarBackgroundColor: '#FFFFFF',
|
navigationBarBackgroundColor: '#FFFFFF',
|
||||||
navigationBarTextStyle: 'black',
|
navigationBarTextStyle: 'black',
|
||||||
backgroundColor: '#FFFFFF',
|
backgroundColor: '#FFFFFF',
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ const partialColumns = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '办学性质',
|
title: '办学性质',
|
||||||
prop: 'schoolType',
|
prop: 'schoolNature',
|
||||||
width: '18%',
|
width: '18%',
|
||||||
align: "center"
|
align: "center"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,14 @@ console.log(systemInfo);
|
||||||
|
|
||||||
onShareAppMessage(() => {
|
onShareAppMessage(() => {
|
||||||
return {
|
return {
|
||||||
title: '六纬择校',
|
title: '六纬中考通',
|
||||||
path: '/pages/index/index',
|
path: '/pages/index/index',
|
||||||
imageUrl: 'https://lw-zk.oss-cn-hangzhou.aliyuncs.com/img/qt/qt_fenxiang.png',
|
imageUrl: 'https://lw-zk.oss-cn-hangzhou.aliyuncs.com/img/qt/qt_fenxiang.png',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
onShareTimeline(() => {
|
onShareTimeline(() => {
|
||||||
return {
|
return {
|
||||||
title: '六纬择校',
|
title: '六纬中考通',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue