Commit 74726d6d by duanguohui

优化

parent 4b16c84a
......@@ -92,6 +92,7 @@ export default {
"name": this.addForm.name,
"status": this.addForm.status ? '1' : '2',
"url": this.addForm.url,
"sort": this.addForm.sort,
"userName": JSON.parse(window.localStorage.getItem('userInfo')).data.userResponse.userName
}
var postUrl = '/pcbanner/add/banner/picture'
......
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 sign in to comment