|
@@ -122,9 +122,9 @@ router.beforeEach((to, from, next) => {
|
|
|
}).catch(() => {
|
|
|
store.dispatch('FedLogOut').then(() => {
|
|
|
Message.error('Verification failed, please login again')
|
|
|
- const prodHref = 'http://dgt.dgtis.com/oneportal/login';
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+ const prodHref = 'http://dgtcloud.dgtis.com/oneportal/login';
|
|
|
|
|
|
const devHref = 'http://192.168.100.208:8080/oneportal/login';
|
|
|
|
|
@@ -147,9 +147,9 @@ router.beforeEach((to, from, next) => {
|
|
|
if (whiteList.indexOf(to.path) !== -1) {
|
|
|
next()
|
|
|
} else {
|
|
|
- const prodHref = 'http://dgt.dgtis.com/oneportal/login';
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+ const prodHref = 'http://dgtcloud.dgtis.com/oneportal/login';
|
|
|
|
|
|
const devHref = 'http://192.168.100.208:8080/oneportal/login';
|
|
|
|