feat 添加线上接口地址
This commit is contained in:
parent
08cc768f73
commit
18ab528f47
@ -3,8 +3,9 @@ import {
|
|||||||
getStorage
|
getStorage
|
||||||
} from '~/utils/storage'
|
} 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://192.168.1.102:8888/api/';
|
||||||
|
export const ServerBasePath = 'http://shop.api.aerwen.net/api/';
|
||||||
|
|
||||||
// 网络请求封装
|
// 网络请求封装
|
||||||
export function request(option) {
|
export function request(option) {
|
||||||
|
Loading…
Reference in New Issue
Block a user