From b629ba58f9d6470f0e0bf95336728eb529b87442 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Tue, 27 Sep 2022 15:47:00 +0800 Subject: [PATCH] test --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 404b702..0571050 100644 --- a/src/main.js +++ b/src/main.js @@ -19,7 +19,7 @@ import axios from 'axios' Vue.prototype.$axios = axios // 馆代码 Vue.prototype.libcode = 'FTZN' -// Vue.prototype.libcode = '1201' +// Vue.prototype.libcode = '12011' import { parseTime } from '@/utils/index.js' Vue.filter('parseTime', function(time, cFormat) {