dashboard
repositories
filestore
activity
search
login
main
/
zhny-draw
智慧农业绘制地图
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
小程序地图模式根据农场变化坐标
guoshilong
2022-09-27
1767c2c878ec1892ae560f81b32b5afdd2ceebfd
[zhny-draw.git]
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
publicPath: '/draw',
css: {
loaderOptions: {
css: {},
postcss: {
plugins: [
require('postcss-px2rem')({
remUnit: 75
})
]
}
}
},
}