Commit b11fc226 authored by 珠峰架构's avatar 珠峰架构

初始化

parent 7750ba44
......@@ -5,6 +5,15 @@
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/defalutScreen",
"style" :
{
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor":"#ffffff"
}
},{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "步数",
......@@ -57,6 +66,7 @@
}
}
],
"subPackages":[],
"tabBar": {
......
<template>
<view>
阿斯蒂芬
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment