Browse Source

fix: 修改首页按钮逻辑1

master
guoapeng 2 months ago
parent
commit
28b11d5690
  1. 4
      .env.test
  2. 3
      src/views/home/index.vue

4
.env.test

@ -2,6 +2,6 @@
FT_NODE_ENV=test
FT_WS_URL=ws://192.168.10.200:8080/ws
FT_PROXY=http://192.168.10.200:8080
FT_WS_URL=ws://127.0.0.1:8080/ws
FT_PROXY=http://127.0.0.1:8080
FT_API_BASE=/api

3
src/views/home/index.vue

@ -143,7 +143,6 @@ const move_to_liquid_area = async () => {
{
confirmButtonText: '确认',
showClose: false,
showCancelButton: false,
closeOnClickModal: false,
closeOnPressEscape: false,
type: 'warning',
@ -162,7 +161,6 @@ const move_to_feed_area = async () => {
{
confirmButtonText: '确认',
showClose: false,
showCancelButton: false,
closeOnClickModal: false,
closeOnPressEscape: false,
type: 'warning',
@ -181,7 +179,6 @@ const move_to_anneal_area = async () => {
{
confirmButtonText: '确认',
showClose: false,
showCancelButton: false,
closeOnClickModal: false,
closeOnPressEscape: false,
type: 'warning',

Loading…
Cancel
Save