mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-11-19 14:06:48 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
export const API_BASE_URL = '/api';
|
|
|
|
export const MOCK_API_BASE_URL = '/mock-api';
|
|
|
|
export const API_TARGET_URL = '';
|
|
|
|
export const MOCK_API_TARGET_URL = '';
|