Kaynağa Gözat

测试环境-登录页

jbb 1 yıl önce
ebeveyn
işleme
34cc009c96
2 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 5 5
      src/main.js
  2. 1 1
      src/views/user/Login.vue

+ 5 - 5
src/main.js

@@ -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 - 1
src/views/user/Login.vue

@@ -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' }"