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