didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

使用弹出层出现报错 #742

Closed lzcnice closed 3 years ago

lzcnice commented 3 years ago

项目代码 mand-test.zip 项目以springboot形式运行,启动类为MandTestApplication 启动后访问地址为http://127.0.0.1:9997/mandTest/index 问题如下: 1.触发弹出层报错 弹出层弹出 2.弹出层关闭时 弹出层关闭

xxyan0205 commented 3 years ago

如果使用组件源码 需要进行编译配置,内部有环境变量process.env.MAND_ENV。参考 https://github.com/didi/mand-mobile/blob/master/build/webpack/webpack.dev.conf.js#L51

lzcnice commented 3 years ago

如果使用组件源码需要进行编译配置,内部有环境变量process.env.MAND_ENV。参考https://github.com/didi/mand-mobile/blob/master/build/webpack/webpack.dev.conf.js#L51

image 前辈,项目中使用cdn引入mand-mobile,和你说的配置conf结合不起来呀

xxyan0205 commented 3 years ago

新版本的产出包有问题,rollup配置中 没有替换process.env.MAND_ENV,导致上述报错 @zouhangwithsweet 可以使用老版本的 https://unpkg.com/mand-mobile@2.5.14/lib/mand-mobile.umd.js