Commit b5b33213 authored by 赵啸非's avatar 赵啸非

添加前端打包文件

parent 8174cec0
Pipeline #2518 failed with stages
......@@ -8,5 +8,5 @@ VUE_APP_BASE_API =http://plm.testnew.com:8082/m
VUE_APP_WEBSOCKET_API =127.0.0.1:18222/m
# 门户登录地址
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
#VUE_APP_PORTAL_URL = http://192.168.0.98:11072
#开发环境
NODE_ENV = "test"
VUE_APP_API_BASE_URL=/basics_api
#门户
VUE_APP_API_portal_URL=/portal_home
#图片地址拼接
VUE_APP_API_IMG_URL=
......@@ -24,7 +24,7 @@ export default {
this.$message.error(error.message || '请登录');
console.log("href:"+process.env.VUE_APP_PORTAL_URL)
window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
// window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
// window.location.href=process.env.VUE_APP_PORTAL_URL
// this.$router.replace({
......
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