diff --git a/common/api/order.js b/common/api/order.js index 3edf0da..3ba1d0c 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-29 17:38:17 * @LastEditors: ch - * @LastEditTime: 2022-04-08 15:43:29 + * @LastEditTime: 2022-04-11 18:00:46 * @Description: file content */ import {ToAsyncAwait, MsbRequestTk} from '@/common/utils'; @@ -46,13 +46,13 @@ export const ApiPostSubmitOrder = (data) => * @param {*} data */ export const ApiPutCancelOrder = (data) => - ToAsyncAwait(MsbRequestTkTk.post(`${BASE_URL}/app/tradeOrder/cancel`, data)); + ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/app/tradeOrder/cancel`, data)); /** * 获取支付参数 * @param {*} data */ export const ApiPostWxPay = (data) => - ToAsyncAwait(MsbRequestTkTk.post(`${BASE_URL}/pay/wxPay/app`, data)); + ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/wxPay/app`, data)); \ No newline at end of file diff --git a/common/utils/requset.js b/common/utils/requset.js index 323c0a8..114551c 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-04-08 09:56:57 + * @LastEditTime: 2022-04-11 18:42:53 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ @@ -12,7 +12,7 @@ import $store from '@/common/store'; const ENV = 'test'; const BASE_URL = { // 'test' : 'http://39.103.236.147/api', - 'test' : '', + 'test' : 'http://k8s-horse-gateway.mashibing.cn', 'release' : '', 'prod' : '' }; diff --git a/mobile/index.html b/mobile/index.html index 4824469..36b81d8 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -1,2 +1,2 @@