Browse Source

新建项目改造 -- 添加基础代码

new-cli
unknown 4 years ago
parent
commit
2fc7d1a65e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/main_web/index/index.vue

+ 3
- 3
src/views/main_web/index/index.vue View File

@@ -467,9 +467,9 @@ export default {
showNewProj: function () { showNewProj: function () {
this.isNewProj = true; this.isNewProj = true;
// todo // todo
this.$router.push({
name: "project",
});
// this.$router.push({
// name: "project",
// });
}, },
/* /*
* 新建项目进入前动画 * 新建项目进入前动画


Loading…
Cancel
Save