|
@@ -28,8 +28,6 @@ export default {
|
|
mounted() {},
|
|
mounted() {},
|
|
methods: {
|
|
methods: {
|
|
goLogin() {
|
|
goLogin() {
|
|
- const { conf } = window.__systemConf
|
|
|
|
- // { editerUrl } = conf;
|
|
|
|
let ssoServer = ''
|
|
let ssoServer = ''
|
|
if (location.host == 'http://glsms.wanda-dev.cn') {
|
|
if (location.host == 'http://glsms.wanda-dev.cn') {
|
|
ssoServer = 'http://oauth.wanda-dev.cn'
|
|
ssoServer = 'http://oauth.wanda-dev.cn'
|