Browse Source

修改图片地址

xiaohaizhao 2 năm trước cách đây
mục cha
commit
3f548e9411
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      pages/login/selectSite.vue

+ 3 - 2
pages/login/selectSite.vue

@@ -1,6 +1,7 @@
 <template>
     <view>
-        <cu-custom bgImage="/static/img/navbg.png" :isBack="true" contentStyle="height:50px;">
+        <cu-custom bgImage="https://yostest175549.obs.cn-east-2.myhuaweicloud.com:443/202306151686796745663B52544232.png"
+            :isBack="true" contentStyle="height:50px;">
             <block slot="backText">返回</block>
             <block slot="content">
                 <view class="cu-load load-cuIcon" style="margin-top: -16rpx;" :class="isLoad && 'loading'">选择登录站点</view>
@@ -31,7 +32,7 @@ export default {
                 success: ({ confirm }) => {
                     if (confirm) {
                         that.isLoad = true;
-                        loginMsg([site],this.$Http);
+                        loginMsg([site], this.$Http);
                     }
                 }
             })