This commit is contained in:
OrangeM21 2020-05-13 20:46:36 +08:00
parent a9ffb87e69
commit 3cecfcac79
3 changed files with 4 additions and 8 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/views/Xpack"]
path = src/views/Xpack
url = https://github.com/fit2cloudrd/js-xpack-web.git

1
src/views/Xpack Submodule

@ -0,0 +1 @@
Subproject commit e5716ba50ce945451c8ea4c690cdb18385b19666

View File

@ -1,8 +0,0 @@
export default {
path: '/Xpack',
component: () => import('@/views/jobcenter/CeleryTaskLog'),
redirect: '/applications/remote-apps/',
name: 'Xpack',
meta: { title: 'Xpack', icon: 'th' }
}