修改
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
|
||||
{
|
||||
"path": "pages/myinformation/myinformation",
|
||||
"style": {
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/startup/startup",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/myinformation/myinformation",
|
||||
"style": {
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/login/login",
|
||||
"style": {
|
||||
|
||||
@ -188,7 +188,7 @@
|
||||
selectPatientSignIn,
|
||||
selectExchangeGoods,
|
||||
integralGoodsOrder
|
||||
} from '@/api/pagesB/integral/index.js'
|
||||
} from '@/api/pagesB/healthybeans/index.js'
|
||||
import {
|
||||
inviteFriends
|
||||
} from '@/api/pages/myinformation/myinformation.js';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user