Browse Source

拉取小程序

hanchaobo 2 years ago
parent
commit
25811cf479
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      unpackage/dist/dev/mp-weixin/project.config.json

+ 2
- 1
unpackage/dist/dev/mp-weixin/project.config.json View File

@@ -26,5 +26,6 @@
26 26
   "editorSetting": {
27 27
     "tabIndent": "insertSpaces",
28 28
     "tabSize": 2
29
-  }
29
+  },
30
+  "cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
30 31
 }