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
+1 -2
View File
@@ -1,6 +1,6 @@
{
"compileType": "miniprogram",
"libVersion": "trial",
"libVersion": "3.15.2",
"packOptions": {
"ignore": [],
"include": []
@@ -37,6 +37,5 @@
"tabSize": 2
},
"appid": "wx50fe0c5c28dd3060",
"cloudfunctionRoot": "cloudfunctions/",
"simulatorPluginLibVersion": {}
}