mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2026-07-04 15:52:18 +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 = '';
|