Commit 913004f3 authored by yyh's avatar yyh

fix 首页类名

parent 13c59935
......@@ -27,7 +27,7 @@ import { State, Action } from 'vuex-class';
[Empty.name]: Empty,
},
})
export default class Index extends Vue {
export default class IndexCs extends Vue {
@Inject('isSy') private isSy!: boolean;
@Inject('APP-NAME') private APP_NAME!: string;
@State('isLogin') private isLogin!: boolean;
......
......@@ -72,7 +72,7 @@ import { State, Action } from 'vuex-class';
[Empty.name]: Empty,
},
})
export default class Index extends Vue {
export default class IndexSy extends Vue {
@Inject('isSy') private isSy!: boolean;
@Inject('APP-NAME') private APP_NAME!: string;
@State('isLogin') private isLogin!: boolean;
......
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