refactor: 修改配置文件

main
wu.jian2 2 years ago
parent 74f6bf433a
commit dd8b255b3c

@ -3,7 +3,7 @@
[ [
"component", "component",
{ {
"libraryName": "gc-starter-ui", "libraryName": "data-room-ui",
"styleLibraryName": false "styleLibraryName": false
} }
] ]

@ -4,7 +4,7 @@ NODE_ENV = production
ENV = 'history' ENV = 'history'
# VUE_APP_BASE为项目访问路径的前缀 # VUE_APP_BASE为项目访问路径的前缀
VUE_APP_BASE = '/gc-starter-lowcode-ui' VUE_APP_BASE = '/data-room-ui'
# VUE_APP_HISTORY为是否开启history模式 # VUE_APP_HISTORY为是否开启history模式
VUE_APP_HISTORY = 'y' VUE_APP_HISTORY = 'y'

@ -1,10 +1,8 @@
# data-room-uii.zip
# data-room-uii
chuangDa chuangDa
chuangDa.zip chuangDa.zip
deploy.sh deploy.sh
dist dist
gc-starter-lowcode-ui data-room-ui
### VisualStudioCode template ### VisualStudioCode template
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
@ -368,4 +366,4 @@ bh_unicode_properties.cache
GitHub.sublime-settings GitHub.sublime-settings
lib lib
gc-starter-lowcode-ui data-room-ui

@ -53,7 +53,7 @@
* [使用手册、二次开发、部署手册、常见问题](https://www.yuque.com/chuinixiongkou/bigscreen/index) * [使用手册、二次开发、部署手册、常见问题](https://www.yuque.com/chuinixiongkou/bigscreen/index)
* [前端代码仓库(GitHub)](https://github.com/gcpaas/DataRoom/tree/master/data-room-ui)、[前端代码仓库(码云)](https://gitee.com/gcpaas/gc-starter-bigscreen-ui) * [前端代码仓库(GitHub)](https://github.com/gcpaas/DataRoom/tree/master/data-room-ui)、[前端代码仓库(码云)](https://gitee.com/gcpaas/gc-starter-bigscreen-ui)
* [后端代码仓库(GitHub)](https://github.com/gcpaas/gc-starter-bigscreen)、 [后端代码仓库(码云)](https://gitee.com/gcpaas/gc-starter-bigscreen) * [后端代码仓库(GitHub)](https://github.com/gcpaas/DataRoom/tree/master/DataRoom)、 [后端代码仓库(码云)](https://gitee.com/gcpaas/gc-starter-bigscreen)
## 如何集成 ## 如何集成
@ -75,7 +75,7 @@ Vue.use(ElementUI, { size: 'mini' })
import 'codemirror/mode/vue/vue.js' import 'codemirror/mode/vue/vue.js'
// 引入大屏css // 引入大屏css
import 'gc-starter-bigscreen-ui/lib/bigScreen.css' import '@gcpaas/data-room-ui/lib/bigScreen.css'
``` ```
### 3. 在 `main.js` 配置大屏 ### 3. 在 `main.js` 配置大屏

Loading…
Cancel
Save