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