From 2e0ce2853d482a331fc16375fb6b0197c5b2337c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=B4=E7=82=B3=E6=9E=97?= <15237758276@163.com> Date: Wed, 22 May 2024 17:13:13 +0800 Subject: [PATCH] no message --- .env.production | 4 ++-- src/views/system/timing/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 3542d96..7541e1b 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -VUE_APP_BASE_API = 'http://115.159.67.99:8010' +VUE_APP_BASE_API = '/' # 如果接口是 http 形式, wss 需要改为 ws -VUE_APP_WS_API = 'wss://115.159.67.99:8010' +VUE_APP_WS_API = '/' diff --git a/src/views/system/timing/index.vue b/src/views/system/timing/index.vue index 9299537..9adaf19 100644 --- a/src/views/system/timing/index.vue +++ b/src/views/system/timing/index.vue @@ -27,9 +27,6 @@ - - - @@ -60,6 +57,9 @@ 暂停 + + +