From fd155734e64db7233b53ebb64cdaec98756d11a0 Mon Sep 17 00:00:00 2001
From: unknown <331404948@qq.com>
Date: Thu, 28 Sep 2023 09:30:40 +0800
Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=94=B9=E7=89=88=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/app.scss | 2 +-
config/site.config.js | 3 ++-
pages/login/login.vue | 12 +++++++++---
pages/tabbar/statistics/comp/comp.scss | 4 ++--
pages/tabbar/statistics/comp/examinCoach.vue | 2 +-
pages/tabbar/statistics/comp/operateCoach.vue | 2 +-
pages/tabbar/statistics/comp/principal.vue | 2 +-
pages/tabbar/statistics/index.vue | 8 ++++----
8 files changed, 21 insertions(+), 14 deletions(-)
diff --git a/common/css/app.scss b/common/css/app.scss
index fa31dcc..38208b3 100644
--- a/common/css/app.scss
+++ b/common/css/app.scss
@@ -42,7 +42,7 @@ view {
.pageBgImg {
font-size: 28rpx;;
color: #333;
- background: url('http://192.168.1.20:81/zhili/image/20230824/afabc8b8a39544dc9ee4aea739b716cc.png') #F6F6F6 no-repeat;
+ background: url('http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/admin/bigImg/topPageBg.png') #F6F6F6 no-repeat;
background-size: 100% 324rpx;
min-height: 100vh;
}
diff --git a/config/site.config.js b/config/site.config.js
index d0ec742..6098d6b 100644
--- a/config/site.config.js
+++ b/config/site.config.js
@@ -4,5 +4,6 @@ module.exports = {
H5_API: VUE_APP_PLATFORM === 'h5' ? '/api/' : '',//h5代理
WX_API: VUE_APP_PLATFORM === 'h5' ? '' : 'http://192.168.1.26:48082/',//非代理地址
TEMP_HOST: VUE_APP_PLATFORM === 'h5' ? '' : 'http://192.168.1.26:48082/',
- httpPrefix: 'admin-api/'
+ httpPrefix: 'admin-api/',
+ imgUrl: 'http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/admin/bigImg/'
};
diff --git a/pages/login/login.vue b/pages/login/login.vue
index adc713f..90f040f 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -6,7 +6,7 @@
-
+
@@ -40,6 +40,7 @@
-
\ No newline at end of file