Browse Source

请求核心服务地址修改

lrf 1 năm trước cách đây
mục cha
commit
6d626d09f9
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/config/config.default.ts
  2. 1 1
      src/config/config.prod.ts

+ 1 - 1
src/config/config.default.ts

@@ -48,7 +48,7 @@ export default {
         baseURL: 'https://broadcast.waityou24.cn/wechat/api', // http://127.0.0.1:14001/wechat/api
       },
       base: {
-        baseURL: `https://broadcast.waityou24.cn${routePrefix}`, // http://127.0.0.1:12211
+        baseURL: 'http://127.0.0.1:12211/point/one/v1/api', // http://127.0.0.1:12211
       },
     },
   },

+ 1 - 1
src/config/config.prod.ts

@@ -49,7 +49,7 @@ export default {
         baseURL: 'https://broadcast.waityou24.cn/wechat/api', // http://127.0.0.1:14001/wechat/api
       },
       base: {
-        baseURL: `https://broadcast.waityou24.cn${routePrefix}`, // http://127.0.0.1:12211
+        baseURL: 'https://broadcast.waityou24.cn/point/one/v1/api', // http://127.0.0.1:12211
       },
     },
   },