#
Junjie
2024-03-19 77ac6b72ed82d51d0d45bf156ac1b5bb3cb15782
zy-asrs-flow/src/config/setting.ts
@@ -1,8 +1,8 @@
// 接口地址
export const API_BASE_URL: string = 'http://localhost:9090/wcs';
export const API_BASE_URL: string = 'http://127.0.0.1:9090/wcs';
// 项目名称
export const PROJECT_NAME: string = '';
export const PROJECT_NAME: string = 'admin';
// 页签同路由不同参数可重复打开的路由
export const REPEATABLE_TABS: string[] = [];