|
@@ -39,26 +39,26 @@ module.exports = {
|
|
|
publicPath: process.env.BASE_URL,
|
|
|
parallel: false,
|
|
|
productionSourceMap: false,
|
|
|
- outputDir: 'page_docs_app',
|
|
|
+ outputDir: 'page_docs_mobile',
|
|
|
devServer: {
|
|
|
port: '8080',
|
|
|
open: false,
|
|
|
disableHostCheck: true,
|
|
|
proxy: {
|
|
|
'^/jydocs': {
|
|
|
- target: 'https://app2-jytest.jydev.jianyu360.com',
|
|
|
+ target: 'https://web2-jytest.jydev.jianyu360.com',
|
|
|
// target: 'http://192.168.20.180:821',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug'
|
|
|
},
|
|
|
'^/jypay': {
|
|
|
- // target: 'https://web2-jytest.jydev.jianyu360.com',
|
|
|
- target: 'https://app2-jytest.jydev.jianyu360.com',
|
|
|
+ target: 'https://web2-jytest.jydev.jianyu360.com',
|
|
|
+ // target: 'http://192.168.20.180:86',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug'
|
|
|
},
|
|
|
'^/jyintegral': {
|
|
|
- target: 'https://app2-jytest.jydev.jianyu360.com',
|
|
|
+ target: 'https://web2-jytest.jydev.jianyu360.com',
|
|
|
// target: 'http://192.168.20.145:820',
|
|
|
changeOrigin: true,
|
|
|
logLevel: 'debug'
|