Browse Source

[update]project.config

Steven Yan 3 years ago
parent
commit
217d9794fa
2 changed files with 1 additions and 8 deletions
  1. 1 1
      project.config.json
  2. 0 7
      project.private.config.json

+ 1 - 1
project.config.json

@@ -6,7 +6,7 @@
   },
   "miniprogramRoot": "miniprogram/",
   "compileType": "miniprogram",
-  "projectname": "hello-world",
+  "projectname": "xuexi",
   "setting": {
     "urlCheck": false,
     "es6": false,

+ 0 - 7
project.private.config.json

@@ -1,7 +0,0 @@
-{
-  "projectname": "xuexi",
-  "setting": {
-    "compileHotReLoad": true
-  },
-  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
-}