@@ -72,10 +72,10 @@ Vue.prototype.getAction = getAction
Vue.use(dataV)
-SSO.init(() => {
- main()
- })
-function main() {
+// SSO.init(() => {
+// main()
+// })
+// function main() {
new Vue({
router,
store,
@@ -99,4 +99,4 @@ new Vue({
},
render: h => h(App)
}).$mount('#app')
-}
+// }
@@ -1,7 +1,7 @@
<template>
<div class="main">
<a-form :form="form" class="user-layout-login" ref="formLogin" id="formLogin">
- <h6>欢迎登录</h6>
+ <h6>欢迎登录-测试</h6>
<a-tabs
:activeKey="customActiveKey"
:tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }"