1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序登录逻辑跑通;登陆密码MD5存储;小程序首页添加调试输出

This commit is contained in:
2022-11-24 02:06:50 +08:00
parent d28fa0dd00
commit 08bab25a48
9 changed files with 161 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "epp",
"setting": {
"compileHotReLoad": true,
"compileHotReLoad": false,
"urlCheck": false
}
}