Commit e01b8753 by zhuzhequan

改变接口地址

parent f1ce29c6
......@@ -421,7 +421,7 @@ export default {
return this.$message.warning('请输入密码')
}
try {
const res = await post('sys/announcement/get/tool', {
const res = await post('platform/tools/sql', {
...this.editForm
})
if (res.code !== 200) return
......
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