From 5f32b360c5cc299d5ce9a94b812b34703184f2d0 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期三, 12 三月 2025 16:02:09 +0800
Subject: [PATCH] 	modified:   src/api/business/reportPreparation.js 	modified:   src/views/business/reportPreparation/index.vue

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

diff --git a/src/main.js b/src/main.js
index 7f0fd18..59caa2b 100644
--- a/src/main.js
+++ b/src/main.js
@@ -26,6 +26,7 @@
   selectDictLabels,
   handleTree,
 } from "@/utils/ruoyi";
+import { dictToValue } from "@/utils/index";
 // 鍒嗛〉缁勪欢
 import Pagination from "@/components/Pagination";
 // 鑷畾涔夎〃鏍煎伐鍏风粍浠�
@@ -48,6 +49,7 @@
 import { getToken } from "@/utils/auth";
 // 鏃堕棿杞崲
 import Moment from "moment";
+import basicContainer from './components/basic-container/main'
 
 // 鍏ㄥ眬鏂规硶鎸傝浇
 Vue.prototype.getDicts = getDicts;
@@ -59,16 +61,18 @@
 Vue.prototype.selectDictLabels = selectDictLabels;
 Vue.prototype.download = download;
 Vue.prototype.handleTree = handleTree;
+Vue.prototype.dictToValue = dictToValue;
 Vue.prototype.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val));
 };
 Vue.prototype.javaApi = process.env.VUE_APP_BASE_API
   ? process.env.VUE_APP_BASE_API
-  : "http://192.168.0.104:8002";
+  : "http://127.0.0.1:8002";
 Vue.prototype.checkPermi = checkPermi;
 Vue.prototype.uploadHeader = {
   Authorization: "Bearer " + getToken(),
 };
+
 // 瑙e喅el-radio-group鍗曢�夋鑷韩鐨刡ug
 Vue.directive("removeAriaHidden", {
   bind(el, binding) {
@@ -89,6 +93,8 @@
 Vue.component("FileUpload", FileUpload);
 Vue.component("ImageUpload", ImageUpload);
 Vue.component("ImagePreview", ImagePreview);
+// 娉ㄥ唽鍏ㄥ眬瀹瑰櫒
+Vue.component('basicContainer', basicContainer)
 
 Vue.use(directive);
 Vue.use(plugins);

--
Gitblit v1.9.3