File tree Expand file tree Collapse file tree 4 files changed +0
-142
lines changed
Expand file tree Collapse file tree 4 files changed +0
-142
lines changed Original file line number Diff line number Diff line change 2525 "Speech" : {},
2626 "VideoPlayer" : {}
2727 },
28- "privacy" : {
29- /* 打包后生效 */
30- "prompt" : " custom"
31- },
3228 /* 应用发布信息 */
3329 "distribute" : {
3430 /* android打包配置 */
Original file line number Diff line number Diff line change 295295 "navigationBarTitleText" : " 摇一摇"
296296 }
297297 },
298- // #ifdef APP-PLUS
299- {
300- "path" : " pages/user-protocol/user-protocol" ,
301- "style" : {
302- "navigationBarTitleText" : " 个人信息保护指引" ,
303- "app-plus" : {
304- "titleNView" : {
305- "autoBackButton" : false
306- }
307- }
308- }
309- },
310- // #endif
311298 // #ifdef H5 || APP-PLUS
312299 {
313300 "path" : " pages/about/about" ,
Original file line number Diff line number Diff line change 3030 'fontFamily': "uniicons",
3131 'src': "url('/static/uni.ttf')"
3232 });
33- // 打包后生效
34- if (!plus.runtime.isAgreePrivacy()) {
35- uni.navigateTo({
36- url: "/pages/user-protocol/user-protocol",
37- animationType: "none"
38- })
39- }
4033 // #endif
4134
4235 import uLink from '@/components/uLink.vue'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments