refactor: 重构微信小程序从云开发迁移至后端API
将云数据库操作改为调用后端API接口 提取登录失败处理逻辑到单独方法 添加环境配置和API请求工具类 移除云开发相关配置
This commit is contained in:
+1
-2
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user