@@ -28,11 +28,13 @@
setTimeout(function() {
window.location.href = '../' + project + '/#/master';
}, 1000);
- } else {
- this.$router.push({
- name: 'Select',
+ } else {
+ window.location.href="http://xpgj.xiaoxinda.com/xpgj/prod/home/#/select"
+
+ // this.$router.push({
+ // name: 'Select',
- })
+ // })
// if (process.env.VUE_APP_NODE_NAME == 'production') {
// window.location.href = 'http://xpgj.xiaoxinda.com/xpgj/prod/home/#/select';
// }else{