#
luxiaotao1123
2024-02-23 cb0b9b81c668a4b03dfa8da30a0d3c14302d25fe
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[] = [];