diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-07 09:45:05 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-07 09:45:05 +0300 |
| commit | e094c351a36854d7d6661a9d6654406708273e83 (patch) | |
| tree | 04ed9ff7f1e70b63f1e7204787a69cdc2cc23100 /web/html/common | |
| parent | fb31ecfa55f73099e69623db9ca0264a5abded96 (diff) | |
remove version - folder name
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/head.html | 4 | ||||
| -rw-r--r-- | web/html/common/js.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html index 6c195db5..ca854a30 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -4,8 +4,8 @@ <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.css"> - <link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css"> + <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue/antd.min.css"> + <link rel="stylesheet" href="{{ .base_path }}assets/element-ui/theme-chalk/display.css"> <link rel="stylesheet" href="{{ .base_path }}assets/css/custom.min.css?{{ .cur_ver }}"> <style> [v-cloak] { 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> |
