@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "智慧书架",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
@ -94,7 +94,7 @@ export default {
methods: {
toSearch() {
window.location.href = 'http://219.140.69.151/opac'
window.location.href = 'https://opac.whlib.org.cn/opac'
toPath(path) {
if (path === '/CurrentRackBook') {
@ -85,8 +85,8 @@ export default {
display: inline-block;
font-family: "ZhenyanGB";
font-size: 40px;
width: 494px;
height: 76px;
width: 26%;
height: calc(100%/3);
line-height: 76px;
background: url("~@/assets/images/list/list-title.png") no-repeat 0 0;
}