Browse Source

更改分包信息

黎海 3 weeks ago
parent
commit
44b3de959d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/app.config.js

+ 3 - 4
src/app.config.js

@@ -20,11 +20,10 @@ export default defineAppConfig({
20
   ],
20
   ],
21
   subpackages: [
21
   subpackages: [
22
     {
22
     {
23
-      "root": "pages/productSub",
24
-      "pages": [
23
+      root: "pages/productSub",
24
+      pages: [
25
         "infoEdit/index"
25
         "infoEdit/index"
26
-      ],
27
-      independent: true
26
+      ]
28
     },
27
     },
29
   ],
28
   ],
30
   navigateToMiniProgramAppIdList: [
29
   navigateToMiniProgramAppIdList: [