修改项目名称
This commit is contained in:
parent
eb9778e4f8
commit
7d7240e511
@ -34,7 +34,12 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.PlanConvert = this.$theme.loadPlanConvert(this.lineCode);
|
||||
document.title = '运行图编辑工具'
|
||||
this.PlanConvert = this.$theme.loadPlanConvert(this.lineCode);
|
||||
// const project = getSessionStorage('project');
|
||||
// if (project) {
|
||||
// document.querySelector("link[rel*='icon']").href =;
|
||||
// }
|
||||
},
|
||||
methods: {
|
||||
setPosition() {
|
||||
|
Loading…
Reference in New Issue
Block a user