Browse Source

修改服务地址

sbj 1 year ago
parent
commit
40ce410dcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apis/user.js

+ 1 - 1
src/apis/user.js

@@ -3,7 +3,7 @@ import request from "@/request/index";
 // 获取用户权限
 export function GetUserLimit(data) {
     return request({
-        url: 'https://10.83.240.193:8090/ghjgWebServiceTest/ghjg/DigitalWain/auth',
+        url: 'https://10.83.240.193:8090/ghjgWebService/ghjg/DigitalWain/auth',
         method: "post",
         data: { ...data },
     })