Commit 850f302d authored by mzx's avatar mzx

外链修改

parent b9257acd
......@@ -11,3 +11,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX=https://3x616p6090.picp.vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN = 'http://10.10.10.105:9003'
......@@ -18,3 +18,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = https://3x616p6090.picp.vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN = 'http://10.10.10.105:9003'
......@@ -17,3 +17,6 @@ VUE_APP_BAIDU_TRAFFIC_API=/baidu-traffic-api
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = https://3x616p6090.picp.vip
# 企业端外链地址
VUE_APP_OUTSIDE_CHAIN = 'http://10.10.10.105:9003'
......@@ -41,7 +41,7 @@ import { headerWeather } from '@/api/baidu'
export default {
data() {
return {
href: 'http://49.232.167.247:22002/',
href: process.env.VUE_APP_OUTSIDE_CHAIN,
logo: logo,
weatherCondition: [{ text_day: '' }],
weatherNow: ''
......
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