Commit 23128f83 authored by yaya's avatar yaya

feat:优化

parent 46153fd1
......@@ -97,7 +97,7 @@ export default {
return
}
console.log('==环境=', process.env.NODE_ENV)
let text = `http://tulu.tppv.cn/bookDetail?bookId=${row.id}`
let text = `https://tulu.tppv.cn/bookDetail?bookId=${row.id}`
if (process.env.NODE_ENV === 'development') {
text = `http://tulu-dev.tppv.cn/bookDetail?bookId=${row.id}`
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment