微调整目录结构
This commit is contained in:
@@ -8,7 +8,6 @@ const start = () => {
|
|||||||
},
|
},
|
||||||
pages: [
|
pages: [
|
||||||
{path: 'pages/home', style: {navigationBarTitleText: "buy-lite"}},
|
{path: 'pages/home', style: {navigationBarTitleText: "buy-lite"}},
|
||||||
{path: "pages/mine", style: {navigationBarTitleText: "个人中心"}}
|
|
||||||
],
|
],
|
||||||
subPackages: [
|
subPackages: [
|
||||||
{root: "mods/", pages: []},
|
{root: "mods/", pages: []},
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="mine">
|
<section class="AppMine">
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "mine",
|
name: "AppMine",
|
||||||
|
appName: "个人中心",
|
||||||
data() {
|
data() {
|
||||||
return {}
|
return {}
|
||||||
},
|
},
|
||||||
@@ -17,6 +18,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.mine {
|
.AppMine {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user