|
@@ -8,7 +8,7 @@ import { requestClient } from '#/api/request';
|
|
|
enum Api {
|
|
|
configExport = '/subject/config/export',
|
|
|
configInfoByKey = '/subject/config/configKey',
|
|
|
- pageList = '/subject/subject/list',
|
|
|
+ pageList = '/subject/subinfo/list',
|
|
|
configRefreshCache = '/subject/config/refreshCache',
|
|
|
root = '/system/config',
|
|
|
}
|