@@ -35,7 +35,7 @@ export default {
created() {
let route = window.location.pathname;
console.log(route);
- if (route == '/notice/index') {
+ if (route == '/platlive/notice/index') {
this.display = 'notice';
} else {
this.display = 'all';