Browse Source

editor

master
zeus 2 years ago
parent
commit
4ebe6f955e
  1. 2
      dist/index.html
  2. 2
      dist/js/app.2cff4c14.js
  3. 1
      dist/js/app.2cff4c14.js.map
  4. 2
      dist/js/app.d1ec70dc.js
  5. 1
      dist/js/app.d1ec70dc.js.map
  6. 2
      src/components/mynetwork/mytable.vue

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.2cff4c14.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.2cff4c14.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.d1ec70dc.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.d1ec70dc.js"></script></body></html>

2
dist/js/app.2cff4c14.js

File diff suppressed because one or more lines are too long

1
dist/js/app.2cff4c14.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.d1ec70dc.js

File diff suppressed because one or more lines are too long

1
dist/js/app.d1ec70dc.js.map

File diff suppressed because one or more lines are too long

2
src/components/mynetwork/mytable.vue

@ -624,10 +624,10 @@ export default {
//console.log('startobj ' + JSON.stringify(obj))
////console.log(this.$socket.client.connect())
}else if(action == 'basedireditor'){
console.log('start editor-------- ' + JSON.stringify(this.hybridshowdata.Names))
var log = await store.dispatch("pipelineLLO/runeditor",{
instance:this.hybridshowdata.Names
})
console.log('start editor ' + JSON.stringify(this.hybridshowdata.Names))
}else if(action == 'basebackupview'){

Loading…
Cancel
Save