修改项目名称

This commit is contained in:
lVAL 2020-10-16 15:40:04 +08:00
parent eb9778e4f8
commit 7d7240e511

View File

@ -34,7 +34,12 @@ export default {
}
},
created() {
document.title = '运行图编辑工具'
this.PlanConvert = this.$theme.loadPlanConvert(this.lineCode);
// const project = getSessionStorage('project');
// if (project) {
// document.querySelector("link[rel*='icon']").href =;
// }
},
methods: {
setPosition() {