mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat:修改学习路径项目二维码
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
<div class="fort">创建时间:{{ cretime }}</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<!--
|
||||
|
||||
<img
|
||||
class="img1"
|
||||
src="../../assets/images/leveladd/ma.png"
|
||||
@click="showCodeModel2()"
|
||||
/>
|
||||
<div v-if="action == 1 || action == 0" class="line"></div>-->
|
||||
<div v-if="action == 1 || action == 0" class="line"></div>
|
||||
<div
|
||||
class="pubIcon"
|
||||
v-if="(action == 1 || action == 0) && checkPer(permissions)"
|
||||
@@ -2759,7 +2759,10 @@ export default {
|
||||
let obj = {
|
||||
title: "[学习路径]二维码",
|
||||
name: state.styTitle,
|
||||
// url: codeUrl,
|
||||
url: window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/pathdetails?routerId=" +
|
||||
state.routerId,
|
||||
};
|
||||
state.codeInfo = obj;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user