Explorar el Código

修改服务地址

sbj hace 1 año
padre
commit
40ce410dcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 },
     })