@@ -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;
@@ -43,7 +43,7 @@
/>
</a-col>
<a-col :span="3">
- <router-link :to="{ path: '/deliver/serp/seoMarketPlan/list', query: { from: 'themeList' } }">
+ <router-link :to="{ path: '/system/subscribePlan', query: { from: 'themeList' } }">
<a-button type="primary" block>新增</a-button>
</router-link>