liuyu 4 gadi atpakaļ
vecāks
revīzija
8e735825dc
4 mainītis faili ar 7 papildinājumiem un 15 dzēšanām
  1. 1 1
      README.md
  2. 1 1
      package.json
  3. 0 8
      src/layout/common/footInfo.vue
  4. 5 5
      vue.config.js

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
 
 测试用户接口
 超级管理员
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt8yN1OHAJWrX1ApOf2vWM5U
+http://zb.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt8yN1OHAJWrX1ApOf2vWM5U
 
 测试合作机构管理员
 http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt5e0Xkt14t4UfJyiKNfWdFI

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "mobile-official",
+  "name": "live-mobile",
   "version": "0.1.0",
   "private": true,
   "scripts": {

+ 0 - 8
src/layout/common/footInfo.vue

@@ -7,14 +7,6 @@
             <!-- <van-image width="60" height="60" :src="index" /> -->
             <p class="text">直播大厅</p>
           </van-tabbar-item>
-          <van-tabbar-item to="/market/index">
-            <!-- <van-image width="60" height="60" :src="question" /> -->
-            <p class="text">科技超市</p>
-          </van-tabbar-item>
-          <van-tabbar-item to="/service/index">
-            <!-- <van-image width="60" height="60" :src="question" /> -->
-            <p class="text">创新服务</p>
-          </van-tabbar-item>
           <van-tabbar-item to="/user/index">
             <!-- <van-image width="60" height="60" :src="user" /> -->
             <p class="text">个人中心</p>

+ 5 - 5
vue.config.js

@@ -20,20 +20,20 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/weixin': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://zb.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/files': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://zb.liaoningdoupo.com',
       },
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://zb.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },
       '/wxtoken': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://zb.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
         pathRewrite: {
@@ -41,7 +41,7 @@ module.exports = {
         },
       },
       '/ws': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://zb.liaoningdoupo.com',
         ws: true,
       },
     },