feat: 增加自定义 meta description; (#1246)

* feat: 增加自定义 meta description;

* fix: 环境变量使用错误;

---------

Co-authored-by: junshun.mq <junshun.mq@alibaba-inc.com>
This commit is contained in:
Cheer
2024-04-28 18:31:47 +08:00
committed by GitHub
parent 59ece446a2
commit 5ca4049757
4 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { GET, POST, PUT, DELETE } from '@/web/common/api/request';
import type { InitDateResponse } from '@/global/common/api/systemRes';
import { GET } from '@/web/common/api/request';
export const getSystemInitData = () => GET<InitDateResponse>('/common/system/getInitData');