codeMan 2 years ago
parent
commit
f346bc2d67
2 changed files with 13 additions and 2 deletions
  1. 5 1
      app.json
  2. 8 1
      project.private.config.json

+ 5 - 1
app.json

@@ -35,7 +35,11 @@
         "tool/index",
         "invoice/index",
         "invoice/update",
-        "invoice/detail"
+        "invoice/detail",
+        "remitVoucher/index",
+        "remitVoucher/detail",
+        "remitVoucher/update",
+        "remitVoucher/modules/selectAccount/index"
       ]
     },
     {

+ 8 - 1
project.private.config.json

@@ -1,6 +1,6 @@
 {
   "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-  "projectname": "e-wechat",
+  "projectname": "E_WeChat",
   "setting": {
     "compileHotReLoad": true,
     "urlCheck": false
@@ -85,6 +85,13 @@
           "query": "",
           "launchMode": "default",
           "scene": null
+        },
+        {
+          "name": "添加凭证",
+          "pathName": "packageA/remitVoucher/update",
+          "query": "",
+          "launchMode": "default",
+          "scene": null
         }
       ]
     }