Commit 94f36a7214b09c559875670521a0fa71c2463df4
1 parent
20f28eee
D包json
Showing
1 changed file
with
15 additions
and
8 deletions
app.json
... | ... | @@ -154,14 +154,8 @@ |
154 | 154 | "pages/user/choice_guide/choice_guide", |
155 | 155 | "pages/video/index", |
156 | 156 | "pages/boxes-list/boxes-list", |
157 | - "pages/boxes-details/boxes-details", | |
158 | - "pages/AI-test-skin/index/aiskin", | |
159 | - "pages/AI-test-skin/shoot_notice/shoot_notice", | |
160 | - "pages/AI-test-skin/history_record/history_record", | |
161 | - "pages/AI-test-skin/select_photo/select_photo", | |
162 | - "pages/AI-test-skin/fail_result/fail_result", | |
163 | - "pages/AI-test-skin/success_result/success_result", | |
164 | - "pages/AI-test-skin/analyse/analyse" | |
157 | + "pages/boxes-details/boxes-details" | |
158 | + | |
165 | 159 | ] |
166 | 160 | }, |
167 | 161 | { |
... | ... | @@ -187,6 +181,19 @@ |
187 | 181 | "pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo", |
188 | 182 | "pages/luckyGo/luckyGo_activityList/luckyGo_activityList" |
189 | 183 | ] |
184 | + }, | |
185 | + { | |
186 | + "root": "packageD/", | |
187 | + "name": "pack4", | |
188 | + "pages": [ | |
189 | + "pages/AI-test-skin/index/aiskin", | |
190 | + "pages/AI-test-skin/shoot_notice/shoot_notice", | |
191 | + "pages/AI-test-skin/history_record/history_record", | |
192 | + "pages/AI-test-skin/select_photo/select_photo", | |
193 | + "pages/AI-test-skin/fail_result/fail_result", | |
194 | + "pages/AI-test-skin/success_result/success_result", | |
195 | + "pages/AI-test-skin/analyse/analyse" | |
196 | + ] | |
190 | 197 | } |
191 | 198 | ], |
192 | 199 | "permission": { | ... | ... |