Commit d7f6a3b6 authored by wolfcode's avatar wolfcode

fix bug

parent 17a1d671
...@@ -49,6 +49,6 @@ ...@@ -49,6 +49,6 @@
<div class="astronaut__head-visor-flare2"></div> <div class="astronaut__head-visor-flare2"></div>
</div> </div>
</div> </div>
<script src="/static/js/404.js"></script> <script src="/static/template_001/js/404.js"></script>
</body> </body>
</html> </html>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url(/static/css/font_2562904_eglyx95l6ch.woff2) format('woff2'); src: url(/static/template_001/css/font_2562904_eglyx95l6ch.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url(/static/css/font_2562904_eglyx95l6ch.woff2) format('woff2'); src: url(/static/template_001/css/font_2562904_eglyx95l6ch.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
window.rootPath = (function (src) { window.rootPath = (function (src) {
src = document.scripts[document.scripts.length - 1].src; src = document.scripts[document.scripts.length - 1].src;
let _path = src.substring(0, src.lastIndexOf("/") + 1) let _path = src.substring(0, src.lastIndexOf("/") + 1)
if (!_path) _path = '/static/js/admin/' if (!_path) _path = '/static/template_001/js/admin/'
return _path; return _path;
})(); })();
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url(/static/css/font_2562904_eglyx95l6ch.woff2) format('woff2'); src: url(/static/template_001/css/font_2562904_eglyx95l6ch.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url(/static/css/font_2562904_eglyx95l6ch.woff2) format('woff2'); src: url(/static/template_001/css/font_2562904_eglyx95l6ch.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
window.rootPath = (function (src) { window.rootPath = (function (src) {
src = document.scripts[document.scripts.length - 1].src; src = document.scripts[document.scripts.length - 1].src;
let _path = src.substring(0, src.lastIndexOf("/") + 1) let _path = src.substring(0, src.lastIndexOf("/") + 1)
if (!_path) _path = '/static/js/admin/' if (!_path) _path = '/static/template_001/js/admin/'
return _path; return _path;
})(); })();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment