This commit is contained in:
2023-09-22 15:55:00 +08:00
parent ea547f8b09
commit 56aaa816e9
4 changed files with 100 additions and 100 deletions

View File

@ -4,17 +4,17 @@
},
"pages": [ //pageshttps://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": {

View File

@ -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';