Browse Source

环境修改

hujunwei@agilestar.cn 2 years ago
parent
commit
acd770ee83
2 changed files with 3 additions and 3 deletions
  1. 2 2
      public/index.html
  2. 1 1
      src/App.vue

+ 2 - 2
public/index.html

@@ -30,7 +30,7 @@
   </noscript>
   <div id="app"></div>
   <!-- built files will be auto injected -->
-  <!-- <script type="text/javascript">
+  <script type="text/javascript">
     // window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
     window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
     // window.staticHost = 'http://192.168.0.103:9600/';
@@ -38,7 +38,7 @@
     // window.staticHost = 'http://192.168.2.43:9600/';
 
     // document.title = "hello";
-  </script> -->
+  </script>
 
 </body>
 

+ 1 - 1
src/App.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="app">
-      <router-view v-if="showRouter"></router-view>
+      <!-- <router-view v-if="showRouter"></router-view> -->
     <transition name="el-fade-in">
         <router-view />
     </transition>