mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-14 14:43:48 +08:00
【smart-app更新】1、意见反馈;2、我的;3、退出登录;4、等等其他
This commit is contained in:
@@ -12,6 +12,7 @@ import loginDevice from './system/login-device-const';
|
||||
import enterpriseConst from './business/oa/enterprise-const';
|
||||
import goodsConst from './business/erp/goods-const';
|
||||
import changeLogConst from './support/change-log-const';
|
||||
import fileConst from './support/file-const';
|
||||
|
||||
export default {
|
||||
FLAG_NUMBER_ENUM,
|
||||
@@ -21,4 +22,5 @@ export default {
|
||||
...enterpriseConst,
|
||||
...goodsConst,
|
||||
...changeLogConst,
|
||||
...fileConst,
|
||||
};
|
||||
|
||||
31
smart-app/src/constants/support/file-const.js
Normal file
31
smart-app/src/constants/support/file-const.js
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* 文件类型
|
||||
*
|
||||
* @Author: 1024创新实验室-主任:卓大
|
||||
* @Date: 2022-09-03 22:09:10
|
||||
* @Wechat: zhuda1024
|
||||
* @Email: lab1024@163.com
|
||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||
*/
|
||||
// 文件上传类型
|
||||
export const FILE_FOLDER_TYPE_ENUM = {
|
||||
COMMON: {
|
||||
value: 1,
|
||||
desc: '通用',
|
||||
},
|
||||
NOTICE: {
|
||||
value: 2,
|
||||
desc: '公告',
|
||||
},
|
||||
HELP_DOC: {
|
||||
value: 3,
|
||||
desc: '帮助中心',
|
||||
},
|
||||
FEEDBACK: {
|
||||
value: 4,
|
||||
desc: '意见反馈',
|
||||
},
|
||||
};
|
||||
export default {
|
||||
FILE_FOLDER_TYPE_ENUM,
|
||||
};
|
||||
Reference in New Issue
Block a user