初始化项目模块

master
Gary 5 months ago
parent ba5fac606d
commit bf5fccacce

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>

@ -235,8 +235,28 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}*/ }*/
/*----------------------------------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------------------------------*/,
{
"path": "components/ai_recognize_recipe_bar/ai_recognize_recipe_bar",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "components/ai_recognize_fruit_bar/ai_recognize_fruit_bar",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/homepages/homes/ai_recognize_fruit/ai_recognize_fruit",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
], ],
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": null "tabBar": null

@ -0,0 +1,17 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {};
}
}
</script>
<style lang="scss">
</style>
Loading…
Cancel
Save