From 844adb3a80b39f9a78dae89a6a27f19e58a931df Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 一月 2024 10:34:58 +0800
Subject: [PATCH] 1.图片预览地址配置
---
.env.development | 5 ++++-
src/views/mouldManager/mouldMaintainStand.vue | 4 ++--
src/views/mouldManager/mouldCheckStand.vue | 4 ++--
.env.production | 5 ++++-
4 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/.env.development b/.env.development
index 5e3e03f..e84a0a6 100644
--- a/.env.development
+++ b/.env.development
@@ -5,5 +5,8 @@
VUE_APP_BASE_API = '/api/'
# 鏂囦欢涓嬭浇鍦板潃 涓嬭浇鏁版嵁妯℃澘鍦板潃
-VUE_APP_BASE_API_FILE = 'http://121.196.36.24:8021/'
+# 鏈湴鏈嶅姟鍣�
+# VUE_APP_BASE_API_FILE = 'http://121.196.36.24:8021/'
+# 宸ㄧ珛闃叉姢
+VUE_APP_BASE_API_FILE = 'http://122.227.18.22:8000/'
diff --git a/.env.production b/.env.production
index b24f165..724062b 100644
--- a/.env.production
+++ b/.env.production
@@ -5,4 +5,7 @@
VUE_APP_BASE_API = '/api/'
# 鏂囦欢涓嬭浇鍦板潃 涓嬭浇鏁版嵁妯℃澘鍦板潃
-VUE_APP_BASE_API_FILE = 'http://121.196.36.24:8021/'
+# 鏈湴鏈嶅姟鍣�
+# VUE_APP_BASE_API_FILE = 'http://121.196.36.24:8021/'
+# 宸ㄧ珛闃叉姢
+VUE_APP_BASE_API_FILE = 'http://122.227.18.22:8000/'
diff --git a/src/views/mouldManager/mouldCheckStand.vue b/src/views/mouldManager/mouldCheckStand.vue
index 1eacea2..a560f00 100644
--- a/src/views/mouldManager/mouldCheckStand.vue
+++ b/src/views/mouldManager/mouldCheckStand.vue
@@ -232,7 +232,7 @@
:visible.sync="mouldDialogVisible"
width="800px"
:close-on-click-modal="false"
- top="15vh"
+ top="8vh"
@closed="handleMouldClose"
@close="handleMouldClose"
>
@@ -248,7 +248,7 @@
:props="defaultProps"
show-checkbox
node-key="code"
- style="margin-top:15px"
+ style="margin-top:15px;height: 550px;overflow: auto"
default-expand-all
:filter-node-method="filterNode"
/>
diff --git a/src/views/mouldManager/mouldMaintainStand.vue b/src/views/mouldManager/mouldMaintainStand.vue
index a4639c7..6c98e14 100644
--- a/src/views/mouldManager/mouldMaintainStand.vue
+++ b/src/views/mouldManager/mouldMaintainStand.vue
@@ -238,7 +238,7 @@
:visible.sync="mouldDialogVisible"
width="800px"
:close-on-click-modal="false"
- top="15vh"
+ top="8vh"
@closed="handleMouldClose"
@close="handleMouldClose"
>
@@ -254,7 +254,7 @@
:props="defaultProps"
show-checkbox
node-key="code"
- style="margin-top:15px"
+ style="margin-top:15px;height: 550px;overflow: auto"
default-expand-all
:filter-node-method="filterNode"
/>
--
Gitblit v1.9.3