mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-10-05 02:29:57 +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 = '';
|