|
点击右上家刷新按钮,应用重新进行加载,看console打印提示创建页面 首页 pages/index 两次,下面是manifest.json的代码,希望大佬,帮忙瞧一瞧。 {
"package": "com.hyk.huiyuanka",
"name": "惠元卡",
"versionName": "1.0.0",
"versionCode": 1,
"minPlatformVersion": 1070,
"icon": "/assets/images/logo.png",
"features": [
{
"name": "system.prompt"
},
{
"name": "system.router"
},
{
"name": "system.shortcut"
},
{
"name": "system.fetch"
}
],
"permissions": [
{
"origin": "*"
}
],
"template/official": "demo-template",
"config": {
"logLevel": "debug",
"debug": true
},
"router": {
"entry": "pages/index",
"pages": {
"pages/index": {
"component": "index"
},
"pages/UserAgreementPage": {
"component": "index"
},
"pages/PrivacyAgreementPage": {
"component": "index"
},
"pages/FuliListPage": {
"component": "index"
},
"pages/orderPage": {
"component": "index"
},
"pages/coupontPage": {
"component": "index"
},
"pages/coupontDetailsPage": {
"component": "index"
}
}
},
"display": {
"titleBarBackgroundColor": "#f2f2f2",
"titleBarTextColor": "#414141",
"pages": {
"pages/index": {
"titleBarText": "惠元卡"
},
"pages/UserAgreementPage": {
"titleBarText": "用户协议"
},
"pages/PrivacyAgreementPage": {
"titleBarText": "隐私政策"
},
"pages/FuliListPage": {
"titleBarText": ""
},
"pages/orderPage": {
"titleBarText": "领取记录"
},
"pages/coupontPage": {
"titleBarText": "优惠券"
},
"pages/coupontDetailsPage": {
"titleBarText": ""
}
}
},
"packageInfo": {
"originType": "quickapp-ide",
"toolkit": "1.9.14",
"timeStamp": "2024-07-24T09:18:27.999Z",
"node": "v16.13.0",
"platform": "darwin",
"arch": "x64"
}
} |
|