提交 9e601d6a 编写于 作者: J jackjintai

modify:

[web]-修改面板标题
上级 8e531241
{
"name": "dokit-web",
"version": "0.0.0",
"description": "a web toolkit powered by Dokit",
"description": "a web toolkit powered by DoKit",
"main": "index.js",
"scripts": {
"test": "jest test",
......
......@@ -72,6 +72,7 @@ export default {
.bar-title-text{
color: #333333;
font-size: 20px;
font-weight: bold;
}
.bar-other-text{
color: #666666;
......
......@@ -23,7 +23,7 @@ export default {
return this.$route.component
},
title(){
return this.$route.title || 'Dokit'
return this.$route.title || 'DoKit'
},
canBack(){
return this.$route.name !== 'home'
......
......@@ -42,6 +42,7 @@ export class Dokit{
export * from './store'
export * from './common/js/feature'
//其他模块加载该模块时,import命令可以为该匿名函数指定任意名字
export default {
Dokit
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册