We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118ae6 commit 102a079Copy full SHA for 102a079
.env.static
@@ -10,15 +10,13 @@ VUE_APP_TITLE = 芋道管理系统
10
VUE_APP_BASE_API = 'http://127.0.0.1:48080'
11
12
# 根据服务器或域名修改
13
-PUBLIC_PATH = '/admin-ui-vue2/'
14
-# 二级部署路径
15
-VUE_APP_APP_NAME ='/admin-ui-vue2/'
+PUBLIC_PATH = '/'
16
17
# 多租户的开关
18
VUE_APP_TENANT_ENABLE = true
19
20
# 验证码的开关
21
-VUE_APP_CAPTCHA_ENABLE = true
+VUE_APP_CAPTCHA_ENABLE = false
22
23
# 文档的开关
24
VUE_APP_DOC_ENABLE = true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yudao-ui-admin",
3
- "version": "2.0.1-snapshot",
+ "version": "2.1.0-snapshot",
4
"description": "芋道管理系统",
5
"author": "芋道",
6
"license": "MIT",
src/api/infra/testDemo.js
src/views/infra/testDemo/index.vue
0 commit comments