[baozhangchao] 3 年之前
父節點
當前提交
877fb843c6
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      public/index.html
  2. 1
    1
      src/main.js

+ 1
- 1
public/index.html 查看文件

44
       }
44
       }
45
 
45
 
46
       100% {
46
       100% {
47
-        width: 31vw;
47
+        width: 35vw;
48
 
48
 
49
 
49
 
50
       }
50
       }

+ 1
- 1
src/main.js 查看文件

22
 /* eslint-disable no-new */
22
 /* eslint-disable no-new */
23
 redirect()
23
 redirect()
24
 
24
 
25
+
25
 Login().then(e => {
26
 Login().then(e => {
26
   new Vue({
27
   new Vue({
27
     router,
28
     router,
29
     render: h => h(App),
30
     render: h => h(App),
30
   }).$mount('#app')
31
   }).$mount('#app')
31
 }).catch(e => {
32
 }).catch(e => {
32
-
33
   console.error(e)
33
   console.error(e)
34
   // alert('系统错误, 请刷新重试')
34
   // alert('系统错误, 请刷新重试')
35
 
35