删除默认登陆用户名,修改请求地址端口
This commit is contained in:
parent
bf9f1005bb
commit
4859932ed3
|
|
@ -2,7 +2,7 @@
|
|||
NODE_ENV = production
|
||||
|
||||
# 生产环境接口基础地址
|
||||
VITE_API_BASE_URL = http://18.167.120.9:8086/api
|
||||
VITE_API_BASE_URL = http://18.167.120.9:8605/api
|
||||
|
||||
# 请求超时时间(毫秒)
|
||||
VITE_REQUEST_TIMEOUT = 10000
|
||||
|
|
|
|||
|
|
@ -73,10 +73,10 @@ const hideTab = ref<boolean>(false)
|
|||
const userStore = useUserStore();
|
||||
const loginFormRef = ref<FormInstance>()
|
||||
const loginForm = ref({
|
||||
email: 'test@163.com',
|
||||
email: '',
|
||||
countryCode: '+86',
|
||||
phone: '',
|
||||
password: '888888',
|
||||
password: '',
|
||||
code: '123456',
|
||||
})
|
||||
const loginRules = ref<FormRules>({
|
||||
|
|
|
|||
Loading…
Reference in New Issue