From 45e1bfdb8966fa9c8aad9a1ccae64c0d8794c1a1 Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 17 Nov 2023 15:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 4 +- src/views/axl/task/index.vue | 57 +++++++++++++------ .../axl/warehouseStorehouseRecord/index.vue | 10 +++- 3 files changed, 49 insertions(+), 22 deletions(-) diff --git a/.env.prod b/.env.prod index ad2ed67..f36e0b7 100644 --- a/.env.prod +++ b/.env.prod @@ -2,7 +2,7 @@ # @Author: zwq # @Date: 2023-09-14 13:44:22 # @LastEditors: zwq - # @LastEditTime: 2023-10-26 14:40:04 + # @LastEditTime: 2023-11-17 14:57:46 # @Description: ### # 生产环境配置 @@ -16,7 +16,7 @@ VUE_APP_BASE_API = '/prod-api' # 根据服务器或域名修改 # PUBLIC_PATH = 'http://my-pi.com:8888/yudao-admin/' -PUBLIC_PATH = 'http://192.168.0.127:8888/' +PUBLIC_PATH = 'http://10.10.100.219:8888/' # 二级部署路径 VUE_APP_APP_NAME ='yudao-admin' diff --git a/src/views/axl/task/index.vue b/src/views/axl/task/index.vue index 165362a..9248b97 100644 --- a/src/views/axl/task/index.vue +++ b/src/views/axl/task/index.vue @@ -1,7 +1,7 @@