|
@@ -8,7 +8,8 @@ module.exports = {
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: {
|
|
|
'/api': {
|
|
|
- target: 'http://192.168.2.226:9997',//long后端接口地址
|
|
|
+ target: 'http://blinddate.havedate.cn/admin-api',
|
|
|
+ //target: 'http://192.168.2.226:9997',//long后端接口地址
|
|
|
//target: 'http://192.168.2.10:9999',//内网后端接口地址
|
|
|
changeOrigin: true, //是否跨域
|
|
|
pathRewrite: {
|
|
@@ -18,7 +19,7 @@ module.exports = {
|
|
|
},
|
|
|
|
|
|
// 本地开发使用
|
|
|
- host: '192.168.2.59',
|
|
|
+ host: 'localhost',
|
|
|
port: 8080,
|
|
|
autoOpenBrowser: true,
|
|
|
errorOverlay: true,
|