|
@@ -17,7 +17,7 @@ module.exports = {
|
|
port: 8090,
|
|
port: 8090,
|
|
autoOpenBrowser: true,
|
|
autoOpenBrowser: true,
|
|
assetsSubDirectory: 'static',
|
|
assetsSubDirectory: 'static',
|
|
- assetsPublicPath: './',
|
|
|
|
|
|
+ assetsPublicPath: '/',
|
|
proxyTable: {
|
|
proxyTable: {
|
|
'/api': {
|
|
'/api': {
|
|
target: 'http://192.168.101.6:8099', // 接口域名 开发
|
|
target: 'http://192.168.101.6:8099', // 接口域名 开发
|