forked from ccsens_fe/tall-mui-3
10 changed files with 69 additions and 42 deletions
@ -1,16 +1,25 @@ |
|||||
{ |
{ |
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
"pages": [ |
||||
{ |
{ |
||||
"path": "pages/index/index", |
"path": "pages/index/index", |
||||
"style": { |
"style": { |
||||
"navigationBarTitleText": "uni-app" |
"navigationBarTitleText": "uni-app" |
||||
} |
} |
||||
} |
}, |
||||
], |
{ |
||||
"globalStyle": { |
"path": "pages/plugin-test/plugin-test", |
||||
"navigationBarTextStyle": "black", |
"style": { |
||||
"navigationBarTitleText": "uni-app", |
"navigationBarTitleText": "iframe-测试" |
||||
"navigationBarBackgroundColor": "#F8F8F8", |
} |
||||
"backgroundColor": "#F8F8F8" |
} |
||||
} |
], |
||||
} |
"globalStyle": { |
||||
|
"navigationBarTextStyle": "black", |
||||
|
"navigationBarTitleText": "uni-app", |
||||
|
"navigationBarBackgroundColor": "#F8F8F8", |
||||
|
"backgroundColor": "#F8F8F8" |
||||
|
}, |
||||
|
"easycom": { |
||||
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" |
||||
|
} |
||||
|
} |
||||
|
@ -0,0 +1,7 @@ |
|||||
|
<template> |
||||
|
<view> iframe 验证 </view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default {}; |
||||
|
</script> |
Loading…
Reference in new issue