|
@@ -22,6 +22,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
|
|
|
// let target = 'http://192.168.3.57:8000' //勇哥
|
|
|
// let target = 'http://dev.dayaedu.com' // 测试服
|
|
|
let target = 'http://47.114.176.40:8000' //开发环境
|
|
|
+// let target = 'https://test.dayaedu.com' //开发环境
|
|
|
// let target = 'http://192.168.3.134' // 乔
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = {
|
|
@@ -64,6 +65,7 @@ module.exports = {
|
|
|
// http://192.168.3.134
|
|
|
// http://47.114.176.40:8000
|
|
|
'/api-auth': {
|
|
|
+ // target: 'http://dev.dayaedu.com',
|
|
|
target: 'http://47.114.176.40:8000',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|