|
|
@@ -281,14 +281,14 @@ import SIdentify from '@/components/VCode.vue'
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- beforeCreate () {
|
|
|
- if (process.client) {
|
|
|
- const myDomain = window.location.host
|
|
|
- if (myDomain.indexOf('60.30.245.229') > -1) {
|
|
|
- window.location.href = 'http://60.30.245.229/loginclient/'
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ // beforeCreate () {
|
|
|
+ // if (process.client) {
|
|
|
+ // const myDomain = window.location.host
|
|
|
+ // if (myDomain.indexOf('60.30.245.229') > -1) {
|
|
|
+ // window.location.href = 'http://60.30.245.229/loginclient/'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
created () {
|
|
|
this.initNoticeListData()
|
|
|
this.initFileListData()
|