wfansh 1 month ago
parent
commit
26bc04e7b0

+ 2 - 2
src/views/adweb/subscribePlan/components/IntegrityCheckingDrawer.vue

@@ -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;

+ 1 - 1
src/views/adweb/theme/components/AdwebCreateSite.vue

@@ -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>
               </a-col>