feat 添加线上接口地址

This commit is contained in:
lwh 2023-09-27 22:44:02 +08:00
parent 08cc768f73
commit 18ab528f47

View File

@ -3,8 +3,9 @@ import {
getStorage
} from '~/utils/storage'
export const ServerBasePath = 'http://localhost:8888/api/';
// export const ServerBasePath = 'http://localhost:8888/api/';
// export const ServerBasePath = 'http://192.168.1.102:8888/api/';
export const ServerBasePath = 'http://shop.api.aerwen.net/api/';
// 网络请求封装
export function request(option) {