From 8eea97a29eb6228e14108acc0077bc9fd2bd7a51 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Wed, 28 Sep 2022 13:43:55 +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 0571050..404b702 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 = '12011' +// Vue.prototype.libcode = '1201' import { parseTime } from '@/utils/index.js' Vue.filter('parseTime', function(time, cFormat) {