[baozhangchao] 3 vuotta sitten
vanhempi
commit
877fb843c6
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      public/index.html
  2. 1
    1
      src/main.js

+ 1
- 1
public/index.html Näytä tiedosto

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

+ 1
- 1
src/main.js Näytä tiedosto

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