diff options
Diffstat (limited to 'web/html/common/js.html')
| -rw-r--r-- | web/html/common/js.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html index 2d93935f..1c2d64b3 100644 --- a/web/html/common/js.html +++ b/web/html/common/js.html @@ -7,7 +7,6 @@ <script src="{{ .base_path }}assets/js/axios-init.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/util/date-util.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/util/index.js?{{ .cur_ver }}"></script> -<script src="{{ .base_path }}assets/js/langs.js"></script> <script> const basePath = '{{ .base_path }}'; axios.defaults.baseURL = basePath; |
