This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yiyun-fe
/
yiyunjianzhu-vue
Watch
4
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
新建项目改造 -- 添加基础代码
new-cli
unknown
4 years ago
parent
698942face
commit
2fc7d1a65e
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
//
});
},
},
/*
/*
* 新建项目进入前动画
* 新建项目进入前动画
Write
Preview
Loading…
Cancel
Save