From 503f1f4f738dd0ec07772447a2c2893b31ecfd6c Mon Sep 17 00:00:00 2001 From: xvv Date: Wed, 19 Jun 2024 14:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/.env.development | 2 +- fuintAdmin/src/components/TopNav/index.vue | 4 +- fuintAdmin/src/views/tool/build/index.vue | 1 - .../src/main/resources/application.properties | 2 +- .../views/cashier/NewComponents/credit.vue | 2 +- fuintCashierWeb/src/views/cashier/index.vue | 197 +----------------- 6 files changed, 15 insertions(+), 193 deletions(-) diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index a17696244..839793f98 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.31.54:8085/' +VUE_APP_SERVER_URL = 'http://192.168.31.72:8081/' # http://192.168.0.121:8080/ diff --git a/fuintAdmin/src/components/TopNav/index.vue b/fuintAdmin/src/components/TopNav/index.vue index f780b1693..6fd078932 100644 --- a/fuintAdmin/src/components/TopNav/index.vue +++ b/fuintAdmin/src/components/TopNav/index.vue @@ -2,15 +2,15 @@ - diff --git a/fuintAdmin/src/views/tool/build/index.vue b/fuintAdmin/src/views/tool/build/index.vue index d1f8f6dff..2cbc2579a 100644 --- a/fuintAdmin/src/views/tool/build/index.vue +++ b/fuintAdmin/src/views/tool/build/index.vue @@ -75,7 +75,6 @@ -
diff --git a/fuintBackend/fuint-application/src/main/resources/application.properties b/fuintBackend/fuint-application/src/main/resources/application.properties index 4e93efaf0..d30f09d4d 100644 --- a/fuintBackend/fuint-application/src/main/resources/application.properties +++ b/fuintBackend/fuint-application/src/main/resources/application.properties @@ -2,7 +2,7 @@ server.port=8081 env.profile=dev #env.properties.path=D:/workspaces/oilSystem/fuintBackend/configure/ -env.properties.path=D:/code/oilSystem/fuintBackend/configure/ +env.properties.path=D:/oil/new-oil/oilSystem/fuintBackend/configure/ #env.properties.path=/www/wwwroot/shenlanshuke/oilAdmin/ # \u6570\u636E\u5E93\u914D\u7F6E diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/credit.vue b/fuintCashierWeb/src/views/cashier/NewComponents/credit.vue index 2b2e4535d..d7328994b 100644 --- a/fuintCashierWeb/src/views/cashier/NewComponents/credit.vue +++ b/fuintCashierWeb/src/views/cashier/NewComponents/credit.vue @@ -1746,7 +1746,7 @@ import {getLodop} from "@/api/LodopFuncs";