|
@@ -170,7 +170,7 @@
|
|
|
return;
|
|
|
}
|
|
|
this.loading = true;
|
|
|
- postAction('/serp/seoMarketPlan/saveTemplate', {
|
|
|
+ postAction('/adweb/subscribePlan/saveTemplate', {
|
|
|
checkList: JSON.stringify(d),
|
|
|
planId: this.id,
|
|
|
})
|
|
@@ -190,7 +190,7 @@
|
|
|
showDrawer(id) {
|
|
|
let that = this;
|
|
|
that.id = id;
|
|
|
- getAction('/serp/seoMarketPlan/integrityChecking?planId=' + id)
|
|
|
+ getAction('/adweb/subscribePlan/integrityChecking?planId=' + id)
|
|
|
.then((res) => {
|
|
|
if (res.success) {
|
|
|
that.data = res.result;
|