功能变化: 菜单管理按钮配置

This commit is contained in:
猿小天
2023-02-08 17:30:56 +08:00
parent 507f40ae3d
commit 9b8766452c
7 changed files with 109 additions and 67 deletions

View File

@@ -33,7 +33,7 @@ function createService() {
// 根据 code 进行判断
if (code === undefined) {
// 如果没有 code 代表这不是项目后端开发的接口
errorCreate(`非标准返回:${dataAxios} ${response.config.url}`);
errorCreate(`非标准返回:${dataAxios} ${response.config.url}`,false);
return dataAxios;
} else {
// 有 code 代表这是一个后端接口 可以进行进一步的判断