Browse Source

消除打印信息

tags/v1.22.11.3^2
zhoupzh 3 years ago
parent
commit
474c10c290
2 changed files with 1 additions and 4 deletions
  1. +0
    -2
      web_src/js/features/cloudrbanin.js
  2. +1
    -2
      web_src/vuepages/pages/notebook/debug/index.vue

+ 0
- 2
web_src/js/features/cloudrbanin.js View File

@@ -296,7 +296,6 @@ export default async function initCloudrain() {
} }
}); });
function stopDebug(ID, stopUrl,bootFile) { function stopDebug(ID, stopUrl,bootFile) {
console.log("---------=-=-=-==--===")
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: stopUrl, url: stopUrl,
@@ -308,7 +307,6 @@ export default async function initCloudrain() {
.addClass(res.status); .addClass(res.status);
$("#" + ID + "-text").text(res.status); $("#" + ID + "-text").text(res.status);
if (res.status === "STOPPED") { if (res.status === "STOPPED") {
console.log(bootFile)
if (!bootFile) { if (!bootFile) {
$("#ai-debug-" + ID) $("#ai-debug-" + ID)
.removeClass("disabled") .removeClass("disabled")


+ 1
- 2
web_src/vuepages/pages/notebook/debug/index.vue View File

@@ -237,8 +237,7 @@ export default {
this.getNotebookInfo() this.getNotebookInfo()
if(index==this.selectIndex){ if(index==this.selectIndex){
return return
}
console.log(index,this.selectIndex)
}
if(index>this.selectIndex && this.selectIndex!==1){ if(index>this.selectIndex && this.selectIndex!==1){
this.slideActive = true this.slideActive = true
}else if(index<this.selectIndex && index==1){ }else if(index<this.selectIndex && index==1){


Loading…
Cancel
Save