|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
})
|