Commit eaaf1758 authored by tao.huang's avatar tao.huang

feat:规范页面组件文件位置

parent f59c101f
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<script> <script>
import TabBar from '@/components/TabBar.vue' import TabBar from '@/components/TabBar.vue'
import Home from '@/components/Home.vue'; import Home from '@/views/Home.vue';
import Brand from '@/components/Brand.vue'; import Brand from '@/views/Brand.vue';
import Integral from '@/components/Integral.vue'; import Integral from '@/views/Integral.vue';
import My from '@/components/My.vue'; import My from '@/views/My.vue';
export default { export default {
data() { data() {
......
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