build: 修改端口
This commit is contained in:
parent
4074bbdc74
commit
dc36c638b2
|
@ -3,7 +3,7 @@ ENV = 'production'
|
|||
|
||||
# base api url
|
||||
# VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site'
|
||||
VITE_BASE_API_URL = 'http://localhost:7001'
|
||||
VITE_BASE_API_URL = 'http://123.249.107.55:7001'
|
||||
|
||||
# 公共基础路径, 所有资源的路径都将据此配置重写。
|
||||
VITE_BASE_URL = /api
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<!-- <svg-icon name="logo" :size="45" /> -->
|
||||
<img src="~@/assets/images/logo.png" width="45" />
|
||||
<h1 class="mb-0 ml-2 text-3xl font-bold">Antd Admin</h1>
|
||||
<img src="~@/assets/images/logowithtext.png" width="100%" height="70px" />
|
||||
<!-- <h1 class="mb-0 ml-2 text-3xl font-bold">Antd Admin</h1> -->
|
||||
</div>
|
||||
<a-form layout="horizontal" :model="state.formInline" @submit.prevent="handleSubmit">
|
||||
<a-form-item>
|
||||
|
|
Loading…
Reference in New Issue