|
@@ -21,7 +21,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
|
|
|
// let target = 'http://192.168.3.139:8000' // 箭河
|
|
|
// let target = 'http://192.168.3.38:8000' //邹璇
|
|
|
// let target = 'http://192.168.3.57:8000' //勇哥
|
|
|
-let target = '47.114.176.40:8000' // 测试服
|
|
|
+let target = 'http://47.114.176.40:8000' // 测试服
|
|
|
// let target = 'http://192.168.3.134' // 乔
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = {
|
|
@@ -62,7 +62,7 @@ module.exports = {
|
|
|
// http://47.99.212.176:8000
|
|
|
// http://192.168.3.28:8000
|
|
|
'/api-auth': {
|
|
|
- target: '47.114.176.40:8000',
|
|
|
+ target: 'http://47.114.176.40:8000',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
'^api-auth': ''
|