mo vor 4 Jahren
Ursprung
Commit
6048d3b043
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -17,12 +17,12 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // http://47.99.212.176:8000
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
-// let target = 'http://dyme.utools.club' //test环境
 // 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 = 'http://47.114.176.40:8000' // 测试服
-// let target = 'http://dev.dayaedu.com/' // 乔
+// let target = 'http://47.114.176.40:8000' // 开发环境
+// let target = 'http://dev.dayaedu.com/' // 测试环境
+let target = 'http://192.168.3.134:8000' //乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**