Browse Source

更新配置

master
453530270@qq.com 2 years ago
parent
commit
c238e6ca69
  1. 3
      config.js
  2. 11
      pages/login/index.vue

3
config.js

@ -6,8 +6,7 @@ module.exports = {
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
// 例如: https://www.你的域名.com/index.php?s=/api/
// apiUrl: "https://www.你的域名.com/index.php?s=/api/",
apiUrl: "./index.php?s=/api/",
// apiUrl: "http://192.168.66.16:8089/index.php?s=/api/",
apiUrl: "https://whreg.xingtongworld.com/index.php?s=/api/",
/**
* 是否启用商城设置缓存

11
pages/login/index.vue

@ -42,9 +42,9 @@
<image mode="heightFix" style="height: 72rpx;" src="../../static/ccde.png"/>
</view>
<view class="txtzone">
<view class="txtit">国家文化专网网络客户端由深圳文化产权交易所向百链数据科技深圳有限公司定制</view>
<view class="txtit">国家文化专网网络客户端</view>
<view class="txtit">由深圳文化产权交易所向百链数据科技深圳有限公司定制</view>
<text class="txbk">文化专网网络运营商百链数据科技深圳有限公司定制</text>
<text class="txbk">技术支持百链数据科技(深圳)有限公司</text>
<text class="txck">中国人民共和国增值电信业务经营许可证编号B1.B2-20211922</text>
</view>
@ -220,6 +220,7 @@ import store from '@/store'
display: flex;
justify-content: center;
align-items: center;
border-radius: 20rpx;
}
//
.tips{
@ -237,7 +238,7 @@ import store from '@/store'
height: 72rpx;
// margin-top: 272rpx;
left: 12rpx;
bottom: 16%;
bottom: 18%;
padding: 2%;
.imagezone{
@ -264,14 +265,14 @@ import store from '@/store'
text-align: center;
.txtit{
font-size: 22rpx;
font-size: 20rpx;
font-weight: 600;
color: #034373;
line-height: 1.4;
white-space: nowrap;
}
.txbk{
margin-top: 10rpx;
padding-right: 12%;
color: #034373;
font-size: 20rpx;
}

Loading…
Cancel
Save