mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +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()"
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user