提交 86fdb9f1 编写于 作者: d-u-a's avatar d-u-a

fix: 华为快应用IDE启动时找不到页面的问题

上级 e6f9ecf0
...@@ -10,7 +10,7 @@ module.exports = function (pagesJson, manifestJson) { ...@@ -10,7 +10,7 @@ module.exports = function (pagesJson, manifestJson) {
} = require('../mp')(pagesJson, manifestJson, require('./project.config.json')) } = require('../mp')(pagesJson, manifestJson, require('./project.config.json'))
const baseJson = { const baseJson = {
minPlatformVersion: 1053 minPlatformVersion: 1070
} }
manifestJson.name && (baseJson.name = manifestJson.name) manifestJson.name && (baseJson.name = manifestJson.name)
manifestJson.versionName && (baseJson.versionName = manifestJson.versionName) manifestJson.versionName && (baseJson.versionName = manifestJson.versionName)
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"libVersion": "", "libVersion": "",
"appid": "touristappid", "appid": "touristappid",
"projectname": "", "projectname": "",
"quickappRoot": "", "quickappRoot": "./",
"condition": { "condition": {
"search": { "search": {
"current": -1, "current": -1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册