新增:余额支付、微信支付、下单确认功能
This commit is contained in:
@@ -5,7 +5,7 @@ let baseUrl = BaseUrl
|
||||
|
||||
// 开发环境
|
||||
if(process.env.NODE_ENV === 'development'){
|
||||
// baseUrl = 'http://localhost:9000/api'
|
||||
// baseUrl = 'http://localhost:9200/api'
|
||||
}
|
||||
export function request<T>(options:any) {
|
||||
const token = Taro.getStorageSync('access_token');
|
||||
|
||||
Reference in New Issue
Block a user