Browse Source

请求域名修改

gr 2 years ago
parent
commit
d6be344c68
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/main.js
  2. 2 2
      src/router/index.js

+ 1 - 1
src/main.js

@@ -8,7 +8,7 @@ import { initDynamicRoutes } from './utils/createRoutes'
 
 var axios = require('axios')
 // axios.defaults.baseURL = 'http://47.101.207.123:8080/gateway-server'
-axios.defaults.baseURL = 'https://192.168.113.229/gateway-server'
+axios.defaults.baseURL = 'https://geodatasvr.cn.smism.com/gateway-server'
 axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'
 axios.interceptors.response.use(
   response => {

+ 2 - 2
src/router/index.js

@@ -155,7 +155,7 @@ router.beforeEach((to, from, next) => {
       deleteCookie('userInfo')
       deleteCookie('authority')
       window.open(
-        `https://192.168.113.229/platform-entrance/#/login?url=https://192.168.113.229/user_authentication/#/home`,
+        `https://geodatasvr.cn.smism.com/platform-entrance-s/#/login?url=https://192.168.113.229/user_authentication/#/home`,
         "_self",
         "",
         true
@@ -167,7 +167,7 @@ router.beforeEach((to, from, next) => {
     deleteCookie('userInfo')
     deleteCookie('authority')
      window.open(
-      `https://192.168.113.229/platform-entrance/#/login?url=https://192.168.113.229/user_authentication/#/home`,
+      `https://geodatasvr.cn.smism.com/platform-entrance-s/#/login?url=https://192.168.113.229/user_authentication/#/home`,
       "_self",
       "",
       true