@ -18,8 +18,8 @@ Vue.use(ElementUI)
import axios from 'axios'
Vue.prototype.$axios = axios
// 馆代码
Vue.prototype.libcode = 'FTZN'
// Vue.prototype.libcode = '1201'
// Vue.prototype.libcode = 'FTZN'
Vue.prototype.libcode = '1201'
import { parseTime } from '@/utils/index.js'
Vue.filter('parseTime', function(time, cFormat) {
@ -63,7 +63,7 @@ export default {
methods: {
toBookNav(index) {
const linkSrc = process.env.VUE_APP_BASE_API
window.location.href = linkSrc + '/anchoring/goNavigation.do?libcode=1201&eqmNo=001&barcode=' + this.bookData.places[index].barcode
window.location.href = linkSrc + '/anchoring/goNavigation.do?libcode=1201&barcode=' + this.bookData.places[index].barcode
}