|
@@ -19,7 +19,7 @@ const name = defaultSettings.title || "管乐迷后台管理系统"; // page tit
|
|
|
// let target = "http://192.168.3.43:8805"; //邹璇
|
|
|
// let target = "http://192.168.0.127:8000"; //勇哥
|
|
|
// let target = "http://192.168.3.14:8005"; // 原谅
|
|
|
-let target = "https://dev.gym.lexiaoya.cn"; //测试环境
|
|
|
+let target = "https://test.gym.lexiaoya.cn"; //测试环境
|
|
|
// All configuration item explanations can be find in https://cli.vuejs.org/config/
|
|
|
module.exports = {
|
|
|
/**
|