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 @@ 暂停 + + +