Browse Source

更新更新

guhongwei 4 years ago
parent
commit
36b2fd192a
2 changed files with 8 additions and 8 deletions
  1. 7 7
      README.md
  2. 1 1
      vue.config.js

+ 7 - 7
README.md

@@ -27,24 +27,24 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
 
 测试用户接口
 超级管理员
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKt8yN1OHAJWrX1ApOf2vWM5U
+http://free.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:8002/live/index&type=0&openid=o3ORKt5e0Xkt14t4UfJyiKNfWdFI
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt5e0Xkt14t4UfJyiKNfWdFI
 
 测试合作机构业务管理员
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKt0piAr7qAJ_yvO-QywHtPgc
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt0piAr7qAJ_yvO-QywHtPgc
 
 临时
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
 
 个人
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKt-mgL0w8r3ZqNRTH01Kfbko
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt-mgL0w8r3ZqNRTH01Kfbko
 
 企业
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKt5VIqOJ_8F3eE69qYMu7I2o
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt5VIqOJ_8F3eE69qYMu7I2o
 
 专家
-http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKt0F_bQkB6hWqN7xzNz-OdqI
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8100/live/index&type=0&openid=o3ORKt0F_bQkB6hWqN7xzNz-OdqI
 
 

+ 1 - 1
vue.config.js

@@ -16,7 +16,7 @@ module.exports = {
     });
   },
   devServer: {
-    port: '8002',
+    port: '8100',
     //api地址前缀
     proxy: {
       '/weixin': {