fix: fix static resource loading failure after modifying admin_path_prefix

#63
This commit is contained in:
Li4n0
2023-03-24 22:50:27 +08:00
parent b33de11ba8
commit b76757da33
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
<a-space size="middle">
<a-upload
name="rules"
action="/revsuit/api/setting/importRules"
action="../api/setting/importRules"
@change="handleChange"
:showUploadList="false"
>
<a-button type="primary" icon="upload">Import</a-button>
</a-upload>
<a-button type="primary" icon="download" onclick="window.open('/revsuit/api/setting/exportRules')">Export
<a-button type="primary" icon="download" onclick="window.open('../api/setting/exportRules')">Export
</a-button>
</a-space>
<a-result v-if="status"