You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# 端口号 |
|
VITE_PORT = 80 |
|
|
|
# 网站标题 |
|
VITE_GLOB_APP_TITLE = 芋道管理系统 |
|
|
|
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符 |
|
VITE_GLOB_APP_SHORT_NAME = Yudao_Admin |
|
|
|
# 租户开关 |
|
VITE_GLOB_APP_TENANT_ENABLE = true |
|
|
|
# 验证码的开关 |
|
VITE_GLOB_APP_CAPTCHA_ENABLE = true |
|
|
|
|