专家链接

master
yujialong 1 month ago
parent bd3e6d5fb7
commit f8c07b84a0
  1. 2
      src/pages/expert/list/index.vue

@ -297,7 +297,7 @@ export default {
},
//
copy (e) {
clipboard(`http://huorantech.cn/reviewCenter`, e, '链接已复制!')
clipboard(Setting.isPro ? `http://huorantech.cn/reviewCenter` : `https://occupationlab.com/reviewCenter`, e, '链接已复制!')
},
// /
async queryExpert (row, isDetail) {

Loading…
Cancel
Save