mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2026-01-09 16:46: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 = '';
|