Commit 1676b4c4 authored by 张伯涛's avatar 张伯涛

手动设置皮肤变量,选择项目样式风格

parent a0534f8a
...@@ -165,10 +165,16 @@ export default { ...@@ -165,10 +165,16 @@ export default {
} }
}, },
created() { created() {
this.setThemeType() // 手动设置皮肤变量,选择项目样式风格
this.getCode() this.getCode()
this.getCookie() this.getCookie()
}, },
methods: { methods: {
/** 手动设置皮肤变量,选择项目样式风格*/
setThemeType() {
const themeVal = '7'
localStorage.setItem('theme', themeVal)
},
goDetail(path) { goDetail(path) {
this.$router.push({ this.$router.push({
path: path, path: path,
......
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