From dd8b255b3c9987eff6c6879d05692f04148a6dfd Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Mon, 19 Jun 2023 15:01:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/.babelrc | 2 +- data-room-ui/.env.history | 2 +- data-room-ui/.gitignore | 6 ++---- data-room-ui/README.md | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/data-room-ui/.babelrc b/data-room-ui/.babelrc index c029ce67..be4b1c51 100644 --- a/data-room-ui/.babelrc +++ b/data-room-ui/.babelrc @@ -3,7 +3,7 @@ [ "component", { - "libraryName": "gc-starter-ui", + "libraryName": "data-room-ui", "styleLibraryName": false } ] diff --git a/data-room-ui/.env.history b/data-room-ui/.env.history index c17ccc50..400b0a08 100644 --- a/data-room-ui/.env.history +++ b/data-room-ui/.env.history @@ -4,7 +4,7 @@ NODE_ENV = production ENV = 'history' # VUE_APP_BASE为项目访问路径的前缀 -VUE_APP_BASE = '/gc-starter-lowcode-ui' +VUE_APP_BASE = '/data-room-ui' # VUE_APP_HISTORY为是否开启history模式 VUE_APP_HISTORY = 'y' diff --git a/data-room-ui/.gitignore b/data-room-ui/.gitignore index ac983195..d88db802 100644 --- a/data-room-ui/.gitignore +++ b/data-room-ui/.gitignore @@ -1,10 +1,8 @@ -# data-room-uii.zip -# data-room-uii chuangDa chuangDa.zip deploy.sh dist -gc-starter-lowcode-ui +data-room-ui ### VisualStudioCode template .vscode/* !.vscode/settings.json @@ -368,4 +366,4 @@ bh_unicode_properties.cache GitHub.sublime-settings lib -gc-starter-lowcode-ui +data-room-ui diff --git a/data-room-ui/README.md b/data-room-ui/README.md index 9a9a80d3..d3d46207 100644 --- a/data-room-ui/README.md +++ b/data-room-ui/README.md @@ -53,7 +53,7 @@ * [使用手册、二次开发、部署手册、常见问题](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/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' // 引入大屏css -import 'gc-starter-bigscreen-ui/lib/bigScreen.css' +import '@gcpaas/data-room-ui/lib/bigScreen.css' ``` ### 3. 在 `main.js` 配置大屏