删除默认登陆用户名,修改请求地址端口

This commit is contained in:
2026-04-23 13:28:43 +08:00
parent bf9f1005bb
commit 4859932ed3
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
NODE_ENV = production 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 VITE_REQUEST_TIMEOUT = 10000

View File

@ -73,10 +73,10 @@ const hideTab = ref<boolean>(false)
const userStore = useUserStore(); const userStore = useUserStore();
const loginFormRef = ref<FormInstance>() const loginFormRef = ref<FormInstance>()
const loginForm = ref({ const loginForm = ref({
email: 'test@163.com', email: '',
countryCode: '+86', countryCode: '+86',
phone: '', phone: '',
password: '888888', password: '',
code: '123456', code: '123456',
}) })
const loginRules = ref<FormRules>({ const loginRules = ref<FormRules>({