init
This commit is contained in:
21
vue.config.js
Normal file
21
vue.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
|
||||
*/
|
||||
module.exports = {
|
||||
configureWebpack: {
|
||||
devServer: {
|
||||
port : 8081,
|
||||
disableHostCheck : true,
|
||||
proxy : {
|
||||
"/api" : {
|
||||
target : "http://127.0.0.1:8080",
|
||||
// target : "http://183.230.235.66:11010",
|
||||
// target : "http://tc.cqsznc.com:7080",
|
||||
changeOrigin : true,
|
||||
secure : false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
productionSourceMap: false,
|
||||
}
|
Reference in New Issue
Block a user