Commit b1f91b58 Harvey

no message

1 个父辈 3c8ed42b
......@@ -69,6 +69,7 @@
"core-js": "^3.6.5",
"flyio": "^0.6.2",
"image-tools": "^1.4.0",
"jweixin-module": "^1.6.0",
"regenerator-runtime": "^0.12.1",
"uni-read-pages": "1.0.5",
"uni-simple-router": "2.0.7",
......
......@@ -5,7 +5,8 @@
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus": { /* 5+App特有相关 */
"app-plus": {
/* 5+App特有相关 */
"usingComponents": true,
"splashscreen": {
"alwaysShowBeforeRender": true,
......@@ -13,11 +14,14 @@
"autoclose": true,
"delay": 0
},
"modules": { /* 模块配置 */
"modules": {
/* 模块配置 */
},
"distribute": { /* 应用发布信息 */
"android": { /* android打包配置 */
"distribute": {
/* 应用发布信息 */
"android": {
/* android打包配置 */
"permissions": ["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
......@@ -42,36 +46,40 @@
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
},
"ios": { /* ios打包配置 */
"ios": {
/* ios打包配置 */
},
"sdkConfigs": { /* SDK配置 */
"sdkConfigs": {
/* SDK配置 */
}
}
},
"quickapp": { /* 快应用特有相关 */
"quickapp": {
/* 快应用特有相关 */
},
"mp-weixin": { /* 微信小程序特有相关 */
"mp-weixin": {
/* 微信小程序特有相关 */
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"mp-qq" : {
"usingComponents" : true
},
"mp-alipay": {
"usingComponents": true
},
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao": {
"usingComponents": true
},
"mp-qq": {
"usingComponents": true
},
"h5": {
"router": {
"mode": "history",
......@@ -97,8 +105,13 @@
"target": "https://app.ydniu.com",
"changeOrigin": true,
"secure": true
},
"/MP_verify_Y7SWSGiLClUZ8dgu.txt": {
"target": "https://app.ydniu.com",
"changeOrigin": true,
"secure": true
}
}
}
}
}
}
<template>
<view>
<view :style="{'top': nav_top }">
<view class="top-nav" :style="{'top': nav_top }">
<view class="top-nav-btn" :class="{'top-nav-btn-on':sub_module_id == item.value}" v-for="(item,i) in nav"
:data-v="item.value" @click="navChange" :key="i">{{item.text}}</view>
</view>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!