Commit bbe67beb authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 10637b95
...@@ -66,7 +66,7 @@ public class SysRuleManagementController extends BaseController ...@@ -66,7 +66,7 @@ public class SysRuleManagementController extends BaseController
*/ */
@PreAuthorize("@ss.hasPermi('system:ruleManagement:edit')") @PreAuthorize("@ss.hasPermi('system:ruleManagement:edit')")
@Log(title = "规则详情", businessType = BusinessType.UPDATE) @Log(title = "规则详情", businessType = BusinessType.UPDATE)
@PutMapping @PutMapping("/edit")
public AjaxResult edit(@RequestBody SysRuleManagement sysRuleManagement) public AjaxResult edit(@RequestBody SysRuleManagement sysRuleManagement)
{ {
return toAjax(iSysRuleManagement.updateRule(sysRuleManagement)); return toAjax(iSysRuleManagement.updateRule(sysRuleManagement));
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src" "lint": "eslint --ext .js,.vue src"
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
...@@ -60,6 +59,7 @@ ...@@ -60,6 +59,7 @@
"scriptjs": "^2.5.9", "scriptjs": "^2.5.9",
"sortablejs": "1.10.2", "sortablejs": "1.10.2",
"vue": "2.6.12", "vue": "2.6.12",
"vue-append": "^2.2.0",
"vue-count-to": "1.0.13", "vue-count-to": "1.0.13",
"vue-cropper": "0.5.5", "vue-cropper": "0.5.5",
"vue-router": "3.4.9", "vue-router": "3.4.9",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment