refactor: 重构微信小程序从云开发迁移至后端API

将云数据库操作改为调用后端API接口
提取登录失败处理逻辑到单独方法
添加环境配置和API请求工具类
移除云开发相关配置
This commit is contained in:
ws
2026-04-21 17:30:53 +08:00
parent 404730238b
commit 055549f198
11 changed files with 192 additions and 303 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "p1",
"projectname": "miniwx",
"setting": {
"compileHotReLoad": true,
"urlCheck": true,
@@ -18,5 +18,6 @@
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true
},
"libVersion": "3.15.2"
"libVersion": "3.15.2",
"condition": {}
}