Commit 8b0c547d authored by 吴冠's avatar 吴冠

更新

parent 80f4021e
...@@ -71,7 +71,7 @@ import Cookies from 'js-cookie' ...@@ -71,7 +71,7 @@ import Cookies from 'js-cookie'
let token=Cookies.get("token") let token=Cookies.get("token")
if(token){ if(token){
/* window.location.href="http://192.168.200.201:8082/#/purchaser/Home" */ /* window.location.href="http://192.168.200.201:8082/#/purchaser/Home" */
window.location.href=`http://60.205.251.80:8082/#/purchaser/Home?token=${token}` window.location.href=`http://merchants.eugood.cn/#/purchaser/Home?token=${token}`
} }
/* window.location.href=`http://192.168.200.201:8082/#/purchaser/Home?token=${token}` */ /* window.location.href=`http://192.168.200.201:8082/#/purchaser/Home?token=${token}` */
}, },
......
static/favicon.ico

1.36 KB | W: | H:

static/favicon.ico

20.2 KB | W: | H:

static/favicon.ico
static/favicon.ico
static/favicon.ico
static/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
...@@ -8,7 +8,7 @@ import requestUrl from '../utils/Domain.js' ...@@ -8,7 +8,7 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例 // 创建axios实例
const service = axios.create({ const service = axios.create({
baseURL:'http://60.205.251.80:8082/apis', baseURL:'http://www.eugood.cn/apis',
/* baseURL: 'http://192.168.43.117:8085/apis', */ /* baseURL: 'http://192.168.43.117:8085/apis', */
timeout: 35000 // 请求超时时间 timeout: 35000 // 请求超时时间
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment