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

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

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