From 349332ae95d97beb3e4aca5c30d131c8997c3de6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 18 十月 2023 19:58:01 +0800
Subject: [PATCH] 1.模具维修申请 95%
---
config/api.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/config/api.js b/config/api.js
index 98be7ca..67f6e03 100644
--- a/config/api.js
+++ b/config/api.js
@@ -1,3 +1,5 @@
+import config from "../uni_modules/uview-ui/libs/config/config"
+
const http = uni.$u.http
// post璇锋眰锛�
@@ -50,4 +52,6 @@
// 妯″叿缁翠慨鐢宠,鎵弿妯″叿浜岀淮鐮�
export const MaintainScanMouldApplyQrCodeData = (data) => http.get('/MouldManager/MaintainScanMouldApplyQrCodeData', {
params: data
-})
\ No newline at end of file
+})
+
+
\ No newline at end of file
--
Gitblit v1.9.3