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

小程序-用户登录逻辑完成

This commit is contained in:
2022-11-22 12:44:40 +08:00
parent 912cee22ae
commit eb7b09d729
32 changed files with 519 additions and 29 deletions

View File

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