5.28(添加隐私协议
This commit is contained in:
2
App.vue
2
App.vue
@@ -25,6 +25,8 @@
|
||||
if (uni.getStorageSync('userType') == 'carDealers') this.$tab.switchTab(
|
||||
'/pages/carShop/community/community')
|
||||
},
|
||||
//获取角标数量
|
||||
|
||||
getSys() {
|
||||
uni.getSystemInfo({
|
||||
success: res => {
|
||||
|
||||
16
androidPrivacy.json
Normal file
16
androidPrivacy.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version" : "1",
|
||||
"prompt" : "template",
|
||||
"title" : "服务协议和隐私政策",
|
||||
"message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款<br/>你可阅读<a href='https://cms.diyouzhijia.com/privacyagreement.html'>《服务协议》</a>和<a href='https://cms.diyouzhijia.com/privacyagreement.html'>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||
"buttonAccept" : "同意并接受",
|
||||
"buttonRefuse" : "暂不同意",
|
||||
"hrefLoader" : "system|default",
|
||||
"backToExit" : "false",
|
||||
"second" : {
|
||||
"title" : "确认提示",
|
||||
"message" : " 进入应用前,你需先同意<a href='https://cms.diyouzhijia.com/privacyagreement.html'>《服务协议》</a>和<a href='https://cms.diyouzhijia.com/privacyagreement.html'>《隐私政策》</a>,否则将退出应用。",
|
||||
"buttonAccept" : "同意并继续",
|
||||
"buttonRefuse" : "退出应用"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
//正式
|
||||
// baseUrl: 'https://cms.diyouzhijia.com/car_app_api',
|
||||
baseUrl: 'https://cms.diyouzhijia.com/car_app_api',
|
||||
TOKENNAME: 'Authori-zation',
|
||||
//薛磊测试
|
||||
baseUrl: 'http://192.168.31.226:8081/car_app_api',
|
||||
// baseUrl: 'http://192.168.31.226:8081/car_app_api',
|
||||
fileUploadUrl: 'https://cms.diyouzhijia.com/car_app_api/api/front/upload/image',
|
||||
WebSocketUrl: 'ws://121.199.24.205:9107/lxk/websocket',
|
||||
WebSocketOpen: false,
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"name" : "滴友之家",
|
||||
"appid" : "__UNI__F2BE74F",
|
||||
"description" : "",
|
||||
"versionName" : "1.3.4",
|
||||
"versionCode" : 134,
|
||||
"versionName" : "1.3.5",
|
||||
"versionCode" : 135,
|
||||
"transformPx" : false,
|
||||
"app-plus" : {
|
||||
"usingComponents" : true,
|
||||
@@ -88,7 +88,8 @@
|
||||
"maps" : {}
|
||||
},
|
||||
"splashscreen" : {
|
||||
"androidStyle" : "common"
|
||||
"androidStyle" : "common",
|
||||
"useOriginalMsgbox" : true
|
||||
},
|
||||
"icons" : {
|
||||
"android" : {
|
||||
|
||||
Reference in New Issue
Block a user