Commit 66b6b173 by zhuzhequan

Merge branch 'dev' into 'master'

改变接口地址

See merge request !47
parents a31678f0 e01b8753
......@@ -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