Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-05-07 09:45:05 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-05-07 09:45:05 +0300
commite094c351a36854d7d6661a9d6654406708273e83 (patch)
tree04ed9ff7f1e70b63f1e7204787a69cdc2cc23100 /web/html/common/js.html
parentfb31ecfa55f73099e69623db9ca0264a5abded96 (diff)
remove version - folder name
Diffstat (limited to 'web/html/common/js.html')
-rw-r--r--web/html/common/js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html
index 0c5ad24c..301b1df7 100644
--- a/web/html/common/js.html
+++ b/web/html/common/js.html
@@ -1,7 +1,7 @@
{{define "js"}}
<script src="{{ .base_path }}assets/vue/vue.min.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/moment/moment.min.js"></script>
-<script src="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.js"></script>
+<script src="{{ .base_path }}assets/ant-design-vue/antd.min.js"></script>
<script src="{{ .base_path }}assets/axios/axios.min.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/qs/qs.min.js"></script>
<script src="{{ .base_path }}assets/js/axios-init.js?{{ .cur_ver }}"></script>