src/main/webapp/views/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/index.html
@@ -366,20 +366,12 @@ } $.ajax({ url: baseUrl + "/console/system/switch", headers: { 'token': localStorage.getItem('token') }, data: { operatorType : operatorTypeI }, headers: {'token': localStorage.getItem('token')}, data: {operatorType : operatorTypeI}, method: 'POST', success: function (res) { if (res.code === 200) { if (res.data.status) { that.valueSystem = true; } else { that.valueSystem = false; } that.valueSystem = res.data.status; } } });