Browse Source

bug地址修复

master
xuhuajiao 8 months ago
parent
commit
adf9817cb2
  1. 4
      package.json
  2. 2
      src/views/index.vue
  3. 4
      src/views/module/bookDetails.vue

4
package.json

@ -3,8 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"description": "智慧书架", "description": "智慧书架",
"scripts": { "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" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {

2
src/views/index.vue

@ -94,7 +94,7 @@ export default {
}, },
methods: { methods: {
toSearch() { toSearch() {
window.location.href = 'http://219.140.69.151/opac'
window.location.href = 'https://opac.whlib.org.cn/opac'
}, },
toPath(path) { toPath(path) {
if (path === '/CurrentRackBook') { if (path === '/CurrentRackBook') {

4
src/views/module/bookDetails.vue

@ -85,8 +85,8 @@ export default {
display: inline-block; display: inline-block;
font-family: "ZhenyanGB"; font-family: "ZhenyanGB";
font-size: 40px; font-size: 40px;
width: 494px;
height: 76px;
width: 26%;
height: calc(100%/3);
line-height: 76px; line-height: 76px;
background: url("~@/assets/images/list/list-title.png") no-repeat 0 0; background: url("~@/assets/images/list/list-title.png") no-repeat 0 0;
} }

Loading…
Cancel
Save