From 811209d2cc2621e171f8789498467af4ab563d6d Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Thu, 11 Apr 2024 12:03:20 +0800 Subject: [PATCH] add --- .env.development | 4 +-- src/views/merchant/application/index.vue | 8 ++--- .../application/merApplicationDetail.vue | 2 +- src/views/merchant/application/merInfo.vue | 32 +++++++++++++++---- src/views/merchant/list/index.vue | 24 ++++++++++++-- vue.config.js | 16 +++++----- 6 files changed, 63 insertions(+), 23 deletions(-) diff --git a/.env.development b/.env.development index 57fae11..035d736 100644 --- a/.env.development +++ b/.env.development @@ -3,11 +3,11 @@ ENV = 'development' # http://192.168.1.43:8324/admin # http://mer.crmeb.net/admin # base api -VUE_APP_BASE_API = 'http://192.168.1.224:8324' +VUE_APP_BASE_API = 'http://192.168.1.131:8080' # VUE_APP_BASE_API = 'https://plus.hwms.shop' # socket 连接地址 -VUE_APP_WS_URL = 'ws://192.168.1.224:8324' +VUE_APP_WS_URL = 'ws://192.168.1.131:8080' # VUE_APP_WS_URL = 'ws://plus.hwms.shop' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, diff --git a/src/views/merchant/application/index.vue b/src/views/merchant/application/index.vue index 472c5cb..b24c3e2 100644 --- a/src/views/merchant/application/index.vue +++ b/src/views/merchant/application/index.vue @@ -1,7 +1,7 @@