wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5dfff274eead15bd2e8a7030d4a252f8d1c1e783
Authored by
yvan.ni
2023-11-07 16:21:05 +0800
1 parent
97e120ea
添加等级卡项同意的优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app.json
app.json
View file @
5dfff27
...
...
@@ -241,7 +241,8 @@
241
241
"pages": [
242
242
"pages/store/index",
243
243
"pages/user/express/express",
244
- "pages/team/team_success/team_success"
244
+ "pages/team/team_success/team_success",
245
+ "pages/plus_agreement/plus_agreement"
245
246
]
246
247
}
247
248
],
...
...