mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = Vue.component('app-configure', {
|
||||
this.submitError = '项目已存在';
|
||||
} else {
|
||||
this.showPopup = false;
|
||||
this.configure.projects.push({ name: this.name, path: this.path });
|
||||
this.configure.projects.push({ name: this.name, path: this.path, env: [], command: [] });
|
||||
|
||||
this.submitError = '';
|
||||
|
||||
|
Reference in New Issue
Block a user