优化完成
This commit is contained in:
@@ -4,8 +4,8 @@ VITE_APP_TITLE = 一公里配送
|
|||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
VITE_APP_ENV = 'development'
|
VITE_APP_ENV = 'development'
|
||||||
|
|
||||||
# 若依管理系统/开发环境
|
# 一公里配送/开发环境
|
||||||
VITE_APP_BASE_API = 'http://192.168.1.5:8087'
|
VITE_APP_BASE_API = 'http://192.168.1.13:8088'
|
||||||
|
|
||||||
# VITE_APP_BASE_API = 'http://47.100.212.83:18088'
|
# VITE_APP_BASE_API = 'http://47.100.212.83:18088'
|
||||||
# VITE_APP_BASE_API = 'http://192.168.1.112:8086'
|
# VITE_APP_BASE_API = 'http://192.168.1.112:8086'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ VITE_APP_TITLE = 一公里配送
|
|||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
VITE_APP_ENV = 'production'
|
VITE_APP_ENV = 'production'
|
||||||
|
|
||||||
# 若依管理系统/生产环境
|
# 一公里配送/生产环境
|
||||||
# VITE_APP_BASE_API = '/prod-api'
|
# VITE_APP_BASE_API = '/prod-api'
|
||||||
VITE_APP_BASE_API = 'http://47.100.212.83:18088'
|
VITE_APP_BASE_API = 'http://47.100.212.83:18088'
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ VITE_APP_TITLE = 一公里配送
|
|||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
VITE_APP_ENV = 'staging'
|
VITE_APP_ENV = 'staging'
|
||||||
|
|
||||||
# 若依管理系统/生产环境
|
# 一公里配送/生产环境
|
||||||
VITE_APP_BASE_API = '/stage-api'
|
VITE_APP_BASE_API = '/stage-api'
|
||||||
|
|
||||||
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ const router = useRouter()
|
|||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
|
|
||||||
const loginForm = ref({
|
const loginForm = ref({
|
||||||
username: "admin",
|
username: "",
|
||||||
password: "admin123",
|
password: "",
|
||||||
rememberMe: false,
|
rememberMe: false,
|
||||||
code: "",
|
code: "",
|
||||||
uuid: ""
|
uuid: ""
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user