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 VITE_ROUTER_HISTORY=hash
# api # api
VITE_API_BASIC=http://10.10.1.6:8070 VITE_API_BASIC=https://zh.shibeitong.com
VITE_API_HTTP=/api/v1/ VITE_API_HTTP=/api/v1/
# storage # storage
VITE_STORAGE_NAMESPACE = gin-admin_local_ VITE_STORAGE_NAMESPACE = gin-admin_local_

View File

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

View File

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

View File

@ -8,7 +8,7 @@
<img <img
alt="" alt=""
:src="assets('logos.png')" /> :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>--> <!-- <p>Vue3 + Ant Design Vue + vite</p>-->
</div> </div>
<div class="aside-footer"> <div class="aside-footer">

View File

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