支持非根目录部署

This commit is contained in:
whyour
2023-05-19 01:10:33 +08:00
parent 1377fe31aa
commit 490bdc15f6
13 changed files with 88 additions and 55 deletions
+4
View File
@@ -10,3 +10,7 @@ declare module '*.svg' {
}
declare module 'pstree.remy';
interface Window {
__ENV__QlBaseUrl: string;
}