12 lines
178 B
Bash
12 lines
178 B
Bash
|
# port
|
||
|
VITE_PORT = 8002
|
||
|
|
||
|
# spa-title
|
||
|
VITE_GLOB_APP_TITLE = 云恒WMS
|
||
|
|
||
|
# spa shortname
|
||
|
VITE_GLOB_APP_SHORT_NAME = 云恒WMS
|
||
|
|
||
|
# 生产环境 开启mock
|
||
|
VITE_GLOB_PROD_MOCK = false
|