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