From a6d477b878e3d4838a94ebac8b23272bf6502b38 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Mon, 26 Sep 2022 11:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=86=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 5ef492a..5b64155 100644 --- a/src/main.js +++ b/src/main.js @@ -14,7 +14,8 @@ import './assets/fonts/fonts.css' import axios from 'axios' Vue.prototype.$axios = axios // 馆代码 -Vue.prototype.libcode = 'FTZN' +// Vue.prototype.libcode = 'FTZN' +Vue.prototype.libcode = '1201' import { parseTime } from '@/utils/index.js' Vue.filter('parseTime', function(time, cFormat) {