修改logo图片
This commit is contained in:
parent
74174070fe
commit
22233f8b1a
4
.env
4
.env
|
@ -2,10 +2,10 @@
|
|||
VITE_PORT = 3101
|
||||
|
||||
# 网站标题
|
||||
VITE_GLOB_APP_TITLE = 业务系统
|
||||
VITE_GLOB_APP_TITLE = 护理单元业务系统
|
||||
|
||||
# 简称,此变量只能是字符/下划线
|
||||
VITE_GLOB_APP_SHORT_NAME = 业务系统
|
||||
VITE_GLOB_APP_SHORT_NAME = 护理单元业务系统
|
||||
|
||||
# 单点登录服务端地址
|
||||
VITE_GLOB_APP_CAS_BASE_URL=http://cas.test.com:8443/cas
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 8.0 KiB |
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/list',
|
||||
save='/nuInvoicingQgdInfo/nuInvoicingQgdInfo/add',
|
||||
edit='/nuInvoicingQgdInfo/nuInvoicingQgdInfo/edit',
|
||||
deleteOne = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/delete',
|
||||
deleteBatch = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/deleteBatch',
|
||||
importExcel = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/importExcel',
|
||||
exportXls = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/exportXls',
|
||||
list = '/invoicing/qgdInfo/list',
|
||||
save='/invoicing/qgdInfo/add',
|
||||
edit='/invoicing/qgdInfo/edit',
|
||||
deleteOne = '/invoicing/qgdInfo/delete',
|
||||
deleteBatch = '/invoicing/qgdInfo/deleteBatch',
|
||||
importExcel = '/invoicing/qgdInfo/importExcel',
|
||||
exportXls = '/invoicing/qgdInfo/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
|||
const { createConfirm } = useMessage();
|
||||
|
||||
enum Api {
|
||||
list = '/nuInvoicingQgdMain/nuInvoicingQgdMain/list',
|
||||
save='/nuInvoicingQgdMain/nuInvoicingQgdMain/add',
|
||||
edit='/nuInvoicingQgdMain/nuInvoicingQgdMain/edit',
|
||||
deleteOne = '/nuInvoicingQgdMain/nuInvoicingQgdMain/delete',
|
||||
deleteBatch = '/nuInvoicingQgdMain/nuInvoicingQgdMain/deleteBatch',
|
||||
importExcel = '/nuInvoicingQgdMain/nuInvoicingQgdMain/importExcel',
|
||||
exportXls = '/nuInvoicingQgdMain/nuInvoicingQgdMain/exportXls',
|
||||
list = '/invoicing/qgdMain/list',
|
||||
save='/invoicing/qgdMain/add',
|
||||
edit='/invoicing/qgdMain/edit',
|
||||
deleteOne = '/invoicing/qgdMain/delete',
|
||||
deleteBatch = '/invoicing/qgdMain/deleteBatch',
|
||||
importExcel = '/invoicing/qgdMain/importExcel',
|
||||
exportXls = '/invoicing/qgdMain/exportXls',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue