修改
This commit is contained in:
parent
ea547f8b09
commit
56aaa816e9
12
pages.json
12
pages.json
@ -4,17 +4,17 @@
|
|||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/myinformation/myinformation",
|
|
||||||
"style": {
|
|
||||||
"enablePullDownRefresh": false,
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
"path": "pages/startup/startup",
|
"path": "pages/startup/startup",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"path": "pages/myinformation/myinformation",
|
||||||
|
"style": {
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/login/login",
|
"path": "pages/login/login",
|
||||||
"style": {
|
"style": {
|
||||||
|
|||||||
@ -188,7 +188,7 @@
|
|||||||
selectPatientSignIn,
|
selectPatientSignIn,
|
||||||
selectExchangeGoods,
|
selectExchangeGoods,
|
||||||
integralGoodsOrder
|
integralGoodsOrder
|
||||||
} from '@/api/pagesB/integral/index.js'
|
} from '@/api/pagesB/healthybeans/index.js'
|
||||||
import {
|
import {
|
||||||
inviteFriends
|
inviteFriends
|
||||||
} from '@/api/pages/myinformation/myinformation.js';
|
} from '@/api/pages/myinformation/myinformation.js';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user