|
@@ -28,13 +28,13 @@ export default {
|
|
|
mounted() {},
|
|
|
methods: {
|
|
|
goLogin() {
|
|
|
+ this.$store.commit('SETSSOTOKEN', null)
|
|
|
let ssoServer = ''
|
|
|
if (window.location.host == 'http://glsms.wanda-dev.cn') {
|
|
|
- ssoServer = 'http://oauth.wanda-dev.cn'
|
|
|
+ ssoServer = 'http://oauth.wanda-dev.cn?token=null'
|
|
|
} else {
|
|
|
- ssoServer = 'http://oauth.wanda.cn'
|
|
|
+ ssoServer = 'http://oauth.wanda.cn?token=null'
|
|
|
}
|
|
|
- this.$store.commit('SETSSOTOKEN', null)
|
|
|
let systemcode = 'CAD156',
|
|
|
signal = new Date().getTime(),
|
|
|
version = '1.0.0'
|