uni-admin icon indicating copy to clipboard operation
uni-admin copied to clipboard

统计图表不显示

Open 1061127386 opened this issue 3 years ago • 2 comments

控制台报 Uncaught (in promise) ReferenceError: process is not defined at Proxy.ecinit (qiun-data-charts.eb4273b3.js:formatted:6805:29) at index.af3628b5.js:1:66646 图表文件位置 uniapp-admin/uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue 1312行

process.env.BASE_URL 没有被编译

1061127386 avatar Jan 13 '23 03:01 1061127386

const { origin } = window.location const rooturl = origin + process.env.BASE_URL 我把基础路径改成这样就可以了 const { origin, pathname } = window.location const rooturl = origin + pathname

1061127386 avatar Jan 13 '23 03:01 1061127386

这个问题应该已经修复了,你可以尝试下最新版

qq370725567 avatar May 24 '23 11:05 qq370725567