* Revmoe console code.

This commit is contained in:
caoyanyi
2023-03-08 17:18:26 +08:00
parent 7e5fc5ade4
commit eeafdf7671
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -41,7 +41,6 @@ var app = new Vue({
},
methods: {
changeAttr(val) {
// console.log('更新之前', JSON.stringify(val))
this.body = val;
},
changeType(val) {
-1
View File
@@ -58,7 +58,6 @@ var app = new Vue({
},
methods: {
changeAttr(val) {
// console.log('新的值', JSON.stringify(val))
this.body = val
},
changeType(val) {
-1
View File
@@ -38,7 +38,6 @@ $(function()
{
setTimeout(function()
{
console.log(11);
$saveButton.attr('type', 'button').removeAttr('disabled');
$saveDraftButton.removeAttr('disabled');
}, 10000);
-1
View File
@@ -26,7 +26,6 @@ $(function()
$.get(link, function(data)
{
data = JSON.parse(data);
console.log(data);
$('#osName').val(data.osName);
if(data.memory != 0)
{