Commit 5a7525d0 authored by 谢卓城's avatar 谢卓城

新增:1.编译配置文件

parent 9e502756
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Descripttion: 开发环境 * @Descripttion: 开发环境
*/ */
const API_URL = { const API_URL = {
host: "https://www.jianshu.com" host: "https://www.jianshu.com",
}; };
module.exports = API_URL; module.exports = API_URL;
{
"setting": {},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"name": "首页",
"pathName": "pages/index/index",
"query": "",
"scene": null
}
]
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment