Browse Source

style: 调整邮箱输入框宽度_3

John-Hong 2 years ago
parent
commit
b4f8df1e1d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/App.vue

+ 2 - 1
src/App.vue

@@ -58,6 +58,7 @@ export default {
   methods: {
     initEnv() {
       const href = window.location.href;
+      console.log(61, href);
       if (/dev-|8080/.test(href)) {
         window.env = 'dev'
         window.profileApi = 'profileApi'
@@ -74,7 +75,7 @@ export default {
       window.profileApi = 'profileApiProd'
       window.api = 'api'
     }
-    // test
+    // test2
   }
   // data() {
   //   return {