@@ -1,6 +1,6 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
-import HomeView from '@/views/HomeView.vue';
+import HomeView from '@/views/homeView/index.vue';
import { getToken } from '@/utils/token-util';
Vue.use(VueRouter);
@@ -505,4 +505,4 @@ export default {
};
</script>
-<style src="../styles/views/HomeView.scss" scoped lang="scss"></style>
+<style src="../../styles/views/HomeView.scss" scoped lang="scss"></style>