2020-10-10 21:28:43 +08:00
|
|
|
# port
|
|
|
|
|
VITE_PORT = 3100
|
|
|
|
|
|
|
|
|
|
# spa-title
|
2020-10-31 19:51:24 +08:00
|
|
|
VITE_GLOB_APP_TITLE = Vben Admin
|
2020-10-10 21:28:43 +08:00
|
|
|
|
|
|
|
|
# spa shortname
|
|
|
|
|
VITE_GLOB_APP_SHORT_NAME = vue_vben_admin_2x
|
2020-11-08 23:13:47 +08:00
|
|
|
|
|
|
|
|
# Menu generation mode BACK|ROLE
|
|
|
|
|
# Need to delete LocalStorage after modification
|
|
|
|
|
VITE_GEN_MENU_MODE=ROLE
|