修改打包命令为正式服

This commit is contained in:
1340691923@qq.com 2022-03-07 14:17:13 +08:00
parent a4ec7e98cb
commit f51a469ca1
4 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
cd vue && npm run build:stage && cd .. && set goos=linux&&go build -ldflags="-w -s" -o bin/linux/manager cmd/manager/main.go
cd vue && npm run build:prod && cd .. && set goos=linux&&go build -ldflags="-w -s" -o bin/linux/manager cmd/manager/main.go
echo "build success"

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View File

@ -6,7 +6,7 @@
background-color: rgb(245, 250, 255);
overflow-y: auto;
min-width: 1200px;
background-image: url("~@/assets/img/loginbg.png");
background-image: url("~@/assets/img/loginbg.jpg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;