JCSS
/
jcss-miniprogram
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
b88fbd0088dcffa3d54d65115abdd56ee7203ecd
Authored by
刘淇
2026-01-23 09:25:17 +0800
1 parent
252962bb
验证码登录
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.gitignore
manifest.json
.gitignore
View file @
b88fbd0
1
1
# 依赖文件夹
2
2
node_modules/
3
-
uni_modules/
3
+
#
uni_modules/
4
4
# 编译产物
5
5
unpackage/
6
6
# 缓存文件
...
...
manifest.json
View file @
b88fbd0
...
...
@@ -54,7 +54,7 @@
54
54
},
55
55
/* 小程序特有相关 */
56
56
"mp-weixin" : {
57
- "appid" : "wx
64368a9b9e79917
2",
57
+ "appid" : "wx
cb4cd34066b97d8
2",
58
58
"setting" : {
59
59
"urlCheck" : false
60
60
},
...
...