Skip to content

Commit 102a079

Browse files
committed
【发版】全局:2.1.0 发版
1 parent f118ae6 commit 102a079

File tree

4 files changed

+3
-316
lines changed

4 files changed

+3
-316
lines changed

.env.static

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ VUE_APP_TITLE = 芋道管理系统
1010
VUE_APP_BASE_API = 'http://127.0.0.1:48080'
1111

1212
# 根据服务器或域名修改
13-
PUBLIC_PATH = '/admin-ui-vue2/'
14-
# 二级部署路径
15-
VUE_APP_APP_NAME ='/admin-ui-vue2/'
13+
PUBLIC_PATH = '/'
1614

1715
# 多租户的开关
1816
VUE_APP_TENANT_ENABLE = true
1917

2018
# 验证码的开关
21-
VUE_APP_CAPTCHA_ENABLE = true
19+
VUE_APP_CAPTCHA_ENABLE = false
2220

2321
# 文档的开关
2422
VUE_APP_DOC_ENABLE = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yudao-ui-admin",
3-
"version": "2.0.1-snapshot",
3+
"version": "2.1.0-snapshot",
44
"description": "芋道管理系统",
55
"author": "芋道",
66
"license": "MIT",

src/api/infra/testDemo.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/views/infra/testDemo/index.vue

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)