From 39cfbabd190f480844f5cf3f109308667f9f23fd Mon Sep 17 00:00:00 2001 From: "huojin\\hj" <982011> Date: Fri, 15 Aug 2025 09:36:45 +0800 Subject: [PATCH] no message --- .env.production | 4 ++-- src/views/base-data/point/index.vue | 20 +++++++------------- src/views/business-data/les/index.vue | 1 + 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.env.production b/.env.production index 65e471c..e719648 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -VUE_APP_BASE_API = 'http://192.168.0.159:8000' +VUE_APP_BASE_API = 'http://47.117.45.79:8000' # 如果接口是 http 形式, wss 需要改为 ws -VUE_APP_WS_API = 'ws://192.168.0.159:8000' +VUE_APP_WS_API = 'ws://47.117.45.79:8000' diff --git a/src/views/base-data/point/index.vue b/src/views/base-data/point/index.vue index 39b60d3..d9cd026 100644 --- a/src/views/base-data/point/index.vue +++ b/src/views/base-data/point/index.vue @@ -51,7 +51,7 @@ slot="right" style="float: right;padding-left: 5px" :headers="headers" - :action="baseApi +'/api/point/import_point' " + :action="baseApi +'/api/point/importPoint' " :file-list="fileList" :on-error="handleErr" :on-success=" (response, file, fileList) => { return handleSuccess(response, file, fileList,crud);}" @@ -94,11 +94,11 @@ > - + - - + + - - + + - - - -