Skip to content

Commit

Permalink
Merge pull request #588 from veops/dev_ui_240731
Browse files Browse the repository at this point in the history
feat(ui): update ci type
  • Loading branch information
LHRUN authored Jul 31, 2024
2 parents 542a876 + c668ba7 commit 78d762c
Show file tree
Hide file tree
Showing 21 changed files with 1,865 additions and 748 deletions.
1 change: 1 addition & 0 deletions cmdb-ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ VUE_APP_PREVIEW=false
VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api
VUE_APP_BUILD_PACKAGES="ticket,calendar,acl"
VUE_APP_IS_OUTER=true
VUE_APP_IS_OPEN_SOURCE=true
2 changes: 2 additions & 0 deletions cmdb-ui/src/core/use.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Vue.prototype.$httpError = function (err, describe) {

window.$message = Vue.prototype.$message

Vue.prototype.isOpenSource = process.env.VUE_APP_IS_OPEN_SOURCE === 'true'

Vue.use(Antd)
Vue.use(Viser)

Expand Down
Loading

0 comments on commit 78d762c

Please sign in to comment.