From 712310817ac126b1564e3b279ebeeed43851c7c3 Mon Sep 17 00:00:00 2001
From: "DESKTOP-369JRHT\\12997" <9>
Date: Mon, 30 Sep 2024 10:30:55 +0800
Subject: [PATCH] 9.30
---
fuintAdmin/.env.development | 2 +-
.../src/main/resources/application.properties | 6 +-
.../views/cashier/NewComponents/Integral.vue | 41 +++++---
.../views/cashier/NewComponents/credit.vue | 98 ++++++++-----------
.../views/cashier/NewComponents/homeindex.vue | 72 +++++---------
.../views/cashier/NewComponents/newHome.vue | 13 ++-
6 files changed, 111 insertions(+), 121 deletions(-)
diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development
index 41a54452d..89b6b1bdb 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://127.0.0.1:8080/'
+VUE_APP_SERVER_URL = 'http://192.168.31.178:8080/'
# http://192.168.0.121:8080/
diff --git a/fuintBackend/fuint-application/src/main/resources/application.properties b/fuintBackend/fuint-application/src/main/resources/application.properties
index 1ce626a3f..cced9dbc1 100644
--- a/fuintBackend/fuint-application/src/main/resources/application.properties
+++ b/fuintBackend/fuint-application/src/main/resources/application.properties
@@ -1,11 +1,11 @@
# \u57FA\u672C\u914D\u7F6E
server.port=8080
env.profile=dev
-#env.properties.path=D:/my_project/oil-station/fuintBackend/configure/
-env.properties.path=D:/Code/yuzhan/oil-station/fuintBackend/configure/
+#env.properties.path=D:/workspaces/oil-stations/fuintBackend/configure/
#env.properties.path=F:/work/oilSystem/fuintBackend/configure/
#env.properties.path=D:/oil/new-oil/oilSystem/fuintBackend/configure/
-#env.properties.path=D:/work/oilSystem/fuintBackend/configure/
+env.properties.path=D:/code/bulidmap/oil-station/fuintBackend/configure
+#env.properties.path=D:/Code/yuzhan/oil-station/fuintBackend/configure
#env.properties.path=/www/wwwroot/shenlanshuke/oilAdmin/
# \u6570\u636E\u5E93\u914D\u7F6E
diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/Integral.vue b/fuintCashierWeb/src/views/cashier/NewComponents/Integral.vue
index bd9c12bac..c660a200e 100644
--- a/fuintCashierWeb/src/views/cashier/NewComponents/Integral.vue
+++ b/fuintCashierWeb/src/views/cashier/NewComponents/Integral.vue
@@ -121,16 +121,16 @@