Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Commit 302155c

Browse files
committed
重新部署脚本
1 parent d9def80 commit 302155c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bbs-docker/rebuild-docker.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rm -rf ../bbs-java/target/
2+
mvn package -f ../bbs-java
3+
cd ../bbs-vue
4+
npm run buildProd
5+
cd ../bbs-docker
6+
docker-compose stop
7+
docker rm nginx mysql newbee
8+
docker-compose up -d

bbs-vue/src/renderer/components/common/BeeHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div id="bee-header" element-loading-text="正在努力请求github..." element-loading-background="rgba(0, 0, 0, 0.8)">
44
<!-- 遮罩 -->
5-
<div :class=" !loading ? `modal is-active` : `modal` " style="background-color: #ffffff36">
5+
<div :class=" loading ? `modal is-active` : `modal` " style="background-color: #ffffff36">
66
<img src="https://img.actd.tw/images/2018/11/17/ezgif-4-05f4bba41fef.gif" style="width: 300px" alt="">
77
</div>
88

0 commit comments

Comments
 (0)