From c4a104dcc31da24c55f8e9349a9e92b1b4749a94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E4=BF=8A?=
+
@@ -56,6 +58,7 @@ export default {
mounted() {},
methods: {
subevent(val){
+ debugger
if(val == 0){
// this.$emit('deploy',this.data)
this.$router.push(`/yygl/${this.$route.params.level}/${this.$route.params.type}/deployment/${this.$route.params.id}`)
@@ -68,6 +71,11 @@ export default {
this.$emit('unsell',this.data)
}else if(val == 4){
this.$emit('applymy')
+ }else if(val == 5){
+ // /yygl/:level/:type/appdebugger/:deploy_id
+ this.$router.push(`/yygl/${this.$route.params.level}/${this.$route.params.type}/appdebugger/111`)
+ }else if(val == 6){
+ this.$emit('applymy')
}
},
goto_page(url){
diff --git a/src/main.js b/src/main.js
index e6a32bf..eede66c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -38,6 +38,10 @@ import "echarts/lib/component/title"; // 标题
import 'echarts/lib/component/polar'; // 极坐标系
import 'echarts/lib/chart/scatter'; // 散点图
+import Sparkline from 'vue-sparklines'
+
+Vue.use(Sparkline)
+
import VueI18n from 'vue-i18n'
Vue.use(VueI18n)
diff --git a/src/pages/workbench/yygl/app_debugger.vue b/src/pages/workbench/yygl/app_debugger.vue
new file mode 100644
index 0000000..27e7bc0
--- /dev/null
+++ b/src/pages/workbench/yygl/app_debugger.vue
@@ -0,0 +1,299 @@
+
+
+ 我的应用 / 部署的应用 /
+ 应用详情
+
我的应用 / 部署的应用 / 应用详情 -
+