修改打包命令为正式服
This commit is contained in:
parent
a4ec7e98cb
commit
f51a469ca1
@ -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"
|
||||
|
BIN
vue/src/assets/img/loginbg.jpg
Normal file
BIN
vue/src/assets/img/loginbg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user