修改logo图片
This commit is contained in:
parent
74174070fe
commit
22233f8b1a
4
.env
4
.env
|
@ -2,10 +2,10 @@
|
||||||
VITE_PORT = 3101
|
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
|
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();
|
const { createConfirm } = useMessage();
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
list = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/list',
|
list = '/invoicing/qgdInfo/list',
|
||||||
save='/nuInvoicingQgdInfo/nuInvoicingQgdInfo/add',
|
save='/invoicing/qgdInfo/add',
|
||||||
edit='/nuInvoicingQgdInfo/nuInvoicingQgdInfo/edit',
|
edit='/invoicing/qgdInfo/edit',
|
||||||
deleteOne = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/delete',
|
deleteOne = '/invoicing/qgdInfo/delete',
|
||||||
deleteBatch = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/deleteBatch',
|
deleteBatch = '/invoicing/qgdInfo/deleteBatch',
|
||||||
importExcel = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/importExcel',
|
importExcel = '/invoicing/qgdInfo/importExcel',
|
||||||
exportXls = '/nuInvoicingQgdInfo/nuInvoicingQgdInfo/exportXls',
|
exportXls = '/invoicing/qgdInfo/exportXls',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,13 +4,13 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
||||||
const { createConfirm } = useMessage();
|
const { createConfirm } = useMessage();
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
list = '/nuInvoicingQgdMain/nuInvoicingQgdMain/list',
|
list = '/invoicing/qgdMain/list',
|
||||||
save='/nuInvoicingQgdMain/nuInvoicingQgdMain/add',
|
save='/invoicing/qgdMain/add',
|
||||||
edit='/nuInvoicingQgdMain/nuInvoicingQgdMain/edit',
|
edit='/invoicing/qgdMain/edit',
|
||||||
deleteOne = '/nuInvoicingQgdMain/nuInvoicingQgdMain/delete',
|
deleteOne = '/invoicing/qgdMain/delete',
|
||||||
deleteBatch = '/nuInvoicingQgdMain/nuInvoicingQgdMain/deleteBatch',
|
deleteBatch = '/invoicing/qgdMain/deleteBatch',
|
||||||
importExcel = '/nuInvoicingQgdMain/nuInvoicingQgdMain/importExcel',
|
importExcel = '/invoicing/qgdMain/importExcel',
|
||||||
exportXls = '/nuInvoicingQgdMain/nuInvoicingQgdMain/exportXls',
|
exportXls = '/invoicing/qgdMain/exportXls',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue