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