guhongwei 5 سال پیش
والد
کامیت
9048af4f42
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/views/login.vue

+ 0 - 1
src/views/login.vue

@@ -40,7 +40,6 @@ export default {
     },
     async submitLogin(form) {
       const res = await this.toLogin({ user: form });
-      console.log(res);
       if (res.uid) {
         if (res.role == 0 || res.role == 1) window.location.href = 'http://free.liaoningdoupo.com/platadmin';
         else window.location.href = 'http://free.liaoningdoupo.com/platlive/home.html';