Browse Source

Merge branch 'master' of http://git.izouma.com/xiongzhu/raex_back into dev-meta

sunkean 3 years ago
parent
commit
5695c732ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/components/phone/Login.vue

+ 1 - 1
src/main/vue/src/components/phone/Login.vue

@@ -121,7 +121,7 @@ export default {
     },
     computed: {
         bgImg() {
-            return this.companyInfo.bgImg || 'https://cdn.raex.vip/image/2022-09-26-17-25-55tpfNbWbJ.png';
+            return this.companyInfo.bgImg || 'https://cdn.raex.vip/image/2022-10-27-10-06-29FNwkoxWc.png';
         }
     }
 };