From 6208ba6872cc54ccbd2b2ff3b67a1a2f054af41d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 19 九月 2023 14:52:15 +0800
Subject: [PATCH] 1.生产入库实现

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

diff --git a/src/main.js b/src/main.js
index 099145e..68fc163 100644
--- a/src/main.js
+++ b/src/main.js
@@ -43,6 +43,10 @@
 Vue.prototype.$headerCellStyle = headerCellStyle() // 璁剧疆鍏ㄥ眬琛ㄥご鏍峰紡
 Vue.prototype.$cellStyle = cellStyle() // 璁剧疆鍏ㄥ眬琛ㄤ綋鏍峰紡
 
+Vue.prototype.$chanjetBaseUrl = 'https://openapi.chanjet.com'
+Vue.prototype.$AppKey = 'Umm1gS5q'
+Vue.prototype.$AppSecret = 'FFAD54C4FBF9AAF1AFA33BBF3DF52752'
+
 // import 'lib-flexible' // 闃块噷鍙几缂╁竷灞�鏂规
 // import 'lib-flexible-computer'
 

--
Gitblit v1.9.3