修复食谱计划bug
This commit is contained in:
parent
fa3698cf16
commit
33cf8078cc
@ -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/" +
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user