ソースを参照

正式环境登录页

jbb 1 年間 前
コミット
e4f1d420be
2 ファイル変更6 行追加6 行削除
  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' }"