Commit 50bb2bb7 by member

更新header

parent 176f7c8c
{
"printWidth": 800,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine":true
}
* dev
dev-lxy
hotfix
master
test
remotes/origin/dev
remotes/origin/dev-lxy
remotes/origin/dev-sy
remotes/origin/hotfix
remotes/origin/master
remotes/origin/memberTag
remotes/origin/test
......@@ -42,7 +42,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsSubDirectory: '',
assetsPublicPath: './',
/**
......
module.exports = {
proxyConfig: {
'/api-auth/': {
target: 'http:gicdev.demogic.com/api-auth/',
changeOrigin: true,
pathRewrite: {
'^/api-auth': ''
}
},
'/api-member/': {
target: 'http:gicdev.demogic.com/api-member/',
changeOrigin: true,
pathRewrite: {
'^/api-member': ''
}
},
'/api-plug/': {
target: 'http:gicdev.demogic.com/api-plug/',
changeOrigin: true,
pathRewrite: {
'^/api-plug': ''
}
},
'/api-admin/': {
target: 'http:gicdev.demogic.com/api-admin/',
changeOrigin: true,
pathRewrite: {
'^/api-admin': ''
}
}
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment