!31 【轻量级 PR】新增全局请求头 clientid 适配后端 token 校验

Merge pull request !31 from MichelleChung/ts
This commit is contained in:
MichelleChung
2023-07-24 11:22:20 +00:00
committed by 疯狂的狮子Li
parent f801f4fb11
commit acbdfc4639
5 changed files with 9 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@ interface ImportMetaEnv {
VITE_APP_POWERJOB_ADMIN: string;
VITE_APP_ENV: string;
VITE_APP_RSA_PUBLIC_KEY: string;
VITE_APP_CLIENT_ID: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;