You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
667 B
JavaScript
20 lines
667 B
JavaScript
export default {
|
|
$meta: 'This file configures the plot device.',
|
|
projectName: 'Casic-portal',
|
|
domains: {},
|
|
app: {
|
|
code: 'slave',
|
|
name: 'Demo',
|
|
},
|
|
company: {},
|
|
picSuffix:
|
|
'.tiff,.pjp,.jfif,.bmp,.gif,.svg,.png,.xbm,.dib,.jxl,.jpeg,.svgz,.jpg,.ico,.tif,.pjpeg,.avif,.webp',
|
|
size: 100,
|
|
file: {
|
|
uploadReturnDetail: '/gateway/fileservice/api/file/upload/detail', //上传附件返回对象详情
|
|
uploadReturnId: '/gateway/fileservice/api/file/upload', //上传附件仅返回文件id
|
|
download: '/gateway/fileservice/api/file/download', //下载附件
|
|
viewImg: '/gateway/fileservice/api/file/view', //img标签src属性
|
|
},
|
|
};
|