@@ -3104,7 +3104,7 @@ export default {
console.log(row)
},
handleSynchronous(){
- const url = 'ud/feedp/sync'
+ const url = 'authdata/ud/feedp/sync'
const data = {}
postJson(url, data).then(response => {
if(response.msg !== 'fail'){