|
@@ -113,7 +113,7 @@
|
|
|
placeholder="{{ trans('admin.captcha') }}"
|
|
|
required
|
|
|
>
|
|
|
- <img src="/prime-control/captcha?{{ time() }}" alt="captcha" class="captcha-img" onclick="this.src='/prime-control/captcha?'+Math.random()">
|
|
|
+ <img src="/dist/captcha?{{ time() }}" alt="captcha" class="captcha-img" onclick="this.src='/dist/captcha?'+Math.random()">
|
|
|
|
|
|
<div class="form-control-position">
|
|
|
<i class="feather icon-image"></i>
|
|
@@ -185,7 +185,7 @@
|
|
|
});
|
|
|
|
|
|
function switchLanguage(lang) {
|
|
|
- fetch(`/prime-control/language-switch?lang=${encodeURIComponent(lang)}`, {
|
|
|
+ fetch(`/dist/language-switch?lang=${encodeURIComponent(lang)}`, {
|
|
|
method: 'GET'
|
|
|
})
|
|
|
.then(response => {
|