zouling 2 сар өмнө
parent
commit
386e4f374d

+ 2 - 3
user_ui/api/system/user.js

@@ -8,9 +8,8 @@ export function updateUserPwd(oldPassword, newPassword) {
     newPassword
   }
   return request({
-    url: '/system/user/profile/updatePwd',
-    method: 'put',
-    data: data
+    url: '/system/user/profile/updatePwd?oldPassword='+oldPassword+'&newPassword='+newPassword,
+    method: 'post',
   })
 }
 // 忘记密码发送短信

+ 3 - 2
user_ui/config.js

@@ -1,10 +1,11 @@
 // 应用全局配置
 module.exports = {
-  baseUrl: 'https://zhsq.qs163.cn/prod-api',
-  // baseUrl: 'http://47.99.82.249:5011/prod-api',
+  // baseUrl: 'https://zhsq.qs163.cn/prod-api',
+  baseUrl: 'http://47.99.82.249:5011/prod-api',
   // baseUrl: 'http://192.168.101.245:8065',
   // baseUrl: 'http://192.168.101.168:8065',
   // baseUrl: 'http://10.90.90.52:8065',
+  // baseUrl: 'http://10.90.90.53:8065',
   // baseUrlimg: 'http://114.99.127.243:2001',
   baseName:'智慧社区用户端',
   // 应用信息

+ 2 - 2
user_ui/manifest.json

@@ -2,8 +2,8 @@
     "name" : "智慧社区用户端",
     "appid" : "__UNI__E57E235",
     "description" : "",
-    "versionName" : "1.0.0",
-    "versionCode" : "100",
+    "versionName" : "1.0.1",
+    "versionCode" : 101,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,