feat:修改项目和学习路径二维码显示

This commit is contained in:
lixg
2023-02-28 10:13:20 +08:00
parent 945efc9cc6
commit f99916a84e
2 changed files with 59 additions and 63 deletions

View File

@@ -10,13 +10,13 @@
<div class="fort">创建时间{{ cretime }}</div>
</div>
<div class="right">
<img
class="img1"
src="../../assets/images/leveladd/ma.png"
@click="showCodeModel2()"
v-if="action == 1"
/>
<div v-if="action == 1 || action == 0" class="line"></div>
<div v-if="action == 1" class="line"></div>
<div
class="pubIcon"
v-if="(action == 1 || action == 0) && checkPer(permissions)"
@@ -2759,7 +2759,8 @@ export default {
let obj = {
title: "[学习路径]二维码",
name: state.styTitle,
url: window.location.protocol +
url:
window.location.protocol +
process.env.VUE_APP_H5 +
"/pathdetails?routerId=" +
state.routerId,