5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
/**
|
||
* 全局 路由前缀,axios baseURL
|
||
*/
|
||
export const PREFIX = '';
|