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