mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-08 19:53:47 +08:00
v3.0.1, 修改代码生成的注解引入
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @Email: lab1024@163.com
|
||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||
*/
|
||||
import { getRequest, postRequest,getDownload } from '/src/lib/axios';
|
||||
import { getRequest, postRequest, getDownload } from '/src/lib/axios';
|
||||
|
||||
export const codeGeneratorApi = {
|
||||
// 查询数据库的表 @author 卓大
|
||||
@@ -41,6 +41,6 @@ export const codeGeneratorApi = {
|
||||
|
||||
// 下载代码 @author 卓大
|
||||
downloadCode: (tableName) => {
|
||||
return getDownload(`${tableName}.zip`,`/support/codeGenerator/code/download/${tableName}`);
|
||||
return getDownload(`/support/codeGenerator/code/download/${tableName}`);
|
||||
},
|
||||
};
|
||||
|
||||
@@ -114,7 +114,6 @@ export const TS_FILE_LIST = [
|
||||
'ts/const.js', //
|
||||
];
|
||||
|
||||
|
||||
// -------------------------------- 后端文件 --------------------------------
|
||||
|
||||
export const JAVA_DOMAIN_FILE_LIST = [
|
||||
|
||||
Reference in New Issue
Block a user