yang1998 2 years ago
parent
commit
10f20cc51d
2 changed files with 4 additions and 3 deletions
  1. 2 1
      src/main.js
  2. 2 2
      src/router/index.js

+ 2 - 1
src/main.js

@@ -8,7 +8,8 @@ import { initDynamicRoutes } from './utils/createRoutes'
 
 var axios = require('axios')
 // axios.defaults.baseURL = 'http://47.101.207.123:8080/gateway-server'    // 互联网
-axios.defaults.baseURL = 'http://10.83.246.97/gateway-server'    // 政务网
+axios.defaults.baseURL = 'https://stp-smi.gtj.sh.cegn.cn/gateway-server'    // 政务网
+// axios.defaults.baseURL = 'https://geodatasvr.cn.smism.com//gateway-server'    // 政务网
 // axios.defaults.baseURL = 'http://192.168.137.1:9252'
 axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'
 axios.interceptors.response.use(

+ 2 - 2
src/router/index.js

@@ -155,7 +155,7 @@ router.beforeEach((to, from, next) => {
       deleteCookie('userInfo')
       localStorage.removeItem('authority')
       window.open(
-        `http://10.83.246.97/platform-entrance-s/#/login?url=http://10.83.246.97/user_authentication/#/home`,
+        `https://stp-smi.gtj.sh.cegn.cn/platform-entrance-s/#/login?url=https://stp-smi.gtj.sh.cegn.cn/user_authentication/#/home`,
         "_self",
         "",
         true
@@ -166,7 +166,7 @@ router.beforeEach((to, from, next) => {
     deleteCookie('userInfo')
     localStorage.removeItem('authority')
      window.open(
-      `http://10.83.246.97/platform-entrance-s/#/login?url=http://10.83.246.97/user_authentication/#/home`,
+      `https://stp-smi.gtj.sh.cegn.cn/platform-entrance-s/#/login?url=https://stp-smi.gtj.sh.cegn.cn/user_authentication/#/home`,
       "_self",
       "",
       true