Commit 0e9b7ff5 authored by 赵啸非's avatar 赵啸非

添加前端打包文件

parent 7839ea4d
...@@ -8,5 +8,5 @@ VUE_APP_BASE_API =http://plm.testnew.com:8082/m ...@@ -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_WEBSOCKET_API =127.0.0.1:18222/m
# 门户登录地址 # 门户登录地址
#VUE_APP_PORTAL_URL = http://192.168.0.98:11072 VUE_APP_PORTAL_URL = /portal_home
...@@ -27,12 +27,12 @@ export default { ...@@ -27,12 +27,12 @@ export default {
// 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 // window.location.href=process.env.VUE_APP_PORTAL_URL
// this.$router.replace({ this.$router.replace({
// path: '/login', path: '/login',
// query: { query: {
// redirect: this.redirect, redirect: this.redirect,
// } }
// }); });
} }
}, },
computed: { computed: {
......
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