修复食谱计划bug

This commit is contained in:
huangdeliang 2021-03-30 17:20:05 +08:00
parent fa3698cf16
commit 33cf8078cc
2 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,7 @@ export default {
} }
return str; return str;
}, ""); }, "");
console.log(response.data);
this.copyValue = this.copyValue =
window.location.origin.replace("manage", "sign") + window.location.origin.replace("manage", "sign") +
"/recipes/detail/" + "/recipes/detail/" +

View File

@ -26,6 +26,9 @@
<DailyAnalyzeCom v-else /> <DailyAnalyzeCom v-else />
</div> </div>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="快捷列表" name="3">
</el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
</template> </template>