This commit is contained in:
Leo_Ding 2025-06-28 17:23:10 +08:00
parent 9fa0dcff58
commit 2ae4f709b7
5 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ VITE_ROUTER_BASE=/
VITE_ROUTER_HISTORY=hash
# api
VITE_API_BASIC=http://10.10.1.6:8070
VITE_API_BASIC=https://zh.shibeitong.com
VITE_API_HTTP=/api/v1/
# storage
VITE_STORAGE_NAMESPACE = gin-admin_local_

View File

@ -11,7 +11,7 @@ VITE_PERMISSION=false
VITE_ROUTER_HISTORY=hash
# api
VITE_API_BASIC=/
VITE_API_BASIC=https://zh.shibeitong.com
VITE_API_HTTP=/api/v1/
# storage

View File

@ -11,7 +11,7 @@ VITE_PERMISSION=true
VITE_ROUTER_HISTORY=hash
# api
VITE_API_BASIC=http://10.10.1.6:8070
VITE_API_BASIC=https://zh.shibeitong.com
VITE_API_HTTP=/api/v1/
# storage

View File

@ -8,7 +8,7 @@
<img
alt=""
:src="assets('logos.png')" />
<h3>{{ $t('pages.layouts.userLayout.title') }}</h3>
<!-- <h3>{{ $t('pages.layouts.userLayout.title') }}</h3> -->
<!-- <p>Vue3 + Ant Design Vue + vite</p>-->
</div>
<div class="aside-footer">

View File

@ -31,7 +31,7 @@
</template>
</a-input>
</a-form-item>
<a-form-item name="captcha_code">
<!-- <a-form-item name="captcha_code">
<a-space>
<a-input
v-model:value="formData.captcha_code"
@ -50,7 +50,7 @@
:height="42"
:src="captcha_img" />
</a-space>
</a-form-item>
</a-form-item> -->
<a-form-item>
<a-button
type="primary"