* Revmoe console code.
This commit is contained in:
@@ -41,7 +41,6 @@ var app = new Vue({
|
||||
},
|
||||
methods: {
|
||||
changeAttr(val) {
|
||||
// console.log('更新之前', JSON.stringify(val))
|
||||
this.body = val;
|
||||
},
|
||||
changeType(val) {
|
||||
|
||||
@@ -58,7 +58,6 @@ var app = new Vue({
|
||||
},
|
||||
methods: {
|
||||
changeAttr(val) {
|
||||
// console.log('新的值', JSON.stringify(val))
|
||||
this.body = val
|
||||
},
|
||||
changeType(val) {
|
||||
|
||||
@@ -38,7 +38,6 @@ $(function()
|
||||
{
|
||||
setTimeout(function()
|
||||
{
|
||||
console.log(11);
|
||||
$saveButton.attr('type', 'button').removeAttr('disabled');
|
||||
$saveDraftButton.removeAttr('disabled');
|
||||
}, 10000);
|
||||
|
||||
@@ -26,7 +26,6 @@ $(function()
|
||||
$.get(link, function(data)
|
||||
{
|
||||
data = JSON.parse(data);
|
||||
console.log(data);
|
||||
$('#osName').val(data.osName);
|
||||
if(data.memory != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user