You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
609 B
JavaScript

module.exports = {
devServer: {
proxy: {
'/dev-api': {
target: 'http://192.168.3.93:81',
//target: 'http://192.168.3.81:80',
changeOrigin: true,
// pathRewrite: {
// '^/dev-api': '',
// },
},
2 years ago
// '/apiwms': {
// // target: 'http://192.168.3.93:81',
// target: 'http://192.168.3.81:9205',
// changeOrigin: true,
// pathRewrite: {
// '^/api': '',
// },
// },
},
},
2 years ago
lintOnSave: false,
transpileDependencies: ['@dcloudio/uni-ui', 'uview-ui'],
assetsDir: 'nwp/static',
};