From 9c095258e40d4cb38449c7aefe7c7b9d93d859a5 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期六, 31 十二月 2022 11:33:57 +0800
Subject: [PATCH] 发票下载

---
 src/main.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 18a59d1..02ca7c0 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,6 +14,8 @@
 import StringUtil from './assets/js/StringUtil'
 import TscPrintUtil from './assets/js/TscPrintUtil'
 import Print from './assets/js/print'
+import moment from 'moment'
+Vue.prototype.$moment = moment;
 Vue.use(Print) // 娉ㄥ唽
 import ViewUI from 'view-design';
 
@@ -44,7 +46,7 @@
 Vue.prototype.$systemconfig = {
 // 鏈嶅姟绔矾寰�
     basePath: 'http://183.196.93.178:8089',
-    //basePath:'http://localhost:8088'
+    //basePath:'http://127.0.0.1:8089'
 }
 Vue.prototype.$byutil = byUtils
 Vue.prototype.$stringUtil = StringUtil

--
Gitblit v1.9.1