mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 12:39:01 +08:00
feat: 创建运行环境网站增加 Python 选项 (#6815)
This commit is contained in:
parent
f93cf3b996
commit
7faef2f8a7
@ -64,7 +64,7 @@ const webSiteRouter = {
|
||||
hidden: true,
|
||||
component: () => import('@/views/website/runtime/java/index.vue'),
|
||||
meta: {
|
||||
activeMenu: '/websites/runtimes/java',
|
||||
activeMenu: '/websites/runtimes/php',
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
@ -74,7 +74,7 @@ const webSiteRouter = {
|
||||
hidden: true,
|
||||
component: () => import('@/views/website/runtime/go/index.vue'),
|
||||
meta: {
|
||||
activeMenu: '/websites/runtimes/go',
|
||||
activeMenu: '/websites/runtimes/php',
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
@ -84,7 +84,7 @@ const webSiteRouter = {
|
||||
hidden: true,
|
||||
component: () => import('@/views/website/runtime/python/index.vue'),
|
||||
meta: {
|
||||
activeMenu: '/websites/runtimes/python',
|
||||
activeMenu: '/websites/runtimes/php',
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
|
@ -165,6 +165,7 @@
|
||||
<el-option label="Node.js" value="node"></el-option>
|
||||
<el-option label="Java" value="java"></el-option>
|
||||
<el-option label="Go" value="go"></el-option>
|
||||
<el-option label="Python" value="python"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
Loading…
Reference in New Issue
Block a user