|
@@ -12,7 +12,7 @@
|
|
|
<image class="logo" mode="heightFix" :src="logo" v-if="logo" />
|
|
|
<image class="logo" mode="heightFix" src="@/static/logo200.png" v-else />
|
|
|
<text class="title" v-if="title">{{ title }}</text>
|
|
|
- <text class="title" v-else>移动端配置</text>
|
|
|
+ <text class="title" v-else>移动端登录</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="content">
|
|
@@ -181,7 +181,9 @@ function env() {
|
|
|
// }
|
|
|
|
|
|
//#ifdef H5
|
|
|
- linkUrl.value = window.location.host;
|
|
|
+ linkUrl.value = window.location.host.indexOf("localhost") != -1 ? "localhost:81" : window.location.host
|
|
|
+;
|
|
|
+ // linkUrl.value = window.location.host;
|
|
|
// linkUrl.value='ces.cn';
|
|
|
// linkUrl.value='172.16.120.165:13203'
|
|
|
getMobileTenantConfigApi({ url: linkUrl.value });
|