找回密码
 立即注册
搜索

技术分享 快应用加载console中为什么显示创建首页两次呢?

1
回复
168
查看
[复制链接]

1

主题

1

帖子

10

积分

 楼主| 2024-7-24 17:22:58 显示全部楼层 |阅读模式

image.png

点击右上家刷新按钮,应用重新进行加载,看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" } }

回复

使用道具 举报

2024-8-22 11:45:50 显示全部楼层
可以加个开关变量控制
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册