sunlupeng 1 year ago
parent
commit
3a07fd3c9a
1 changed files with 6 additions and 8 deletions
  1. 6 8
      config/prod.env.js

+ 6 - 8
config/prod.env.js

@@ -1,12 +1,10 @@
 module.exports = {
 	NODE_ENV: '"production"',
 	ENV_CONFIG: '"prod"',
-  //BASE_API: '"http://166.111.100.45/admin"',
-	//清华环境
-  //BASE_API: '"http://alumni.sppm.tsinghua.edu.cn/admin"',
-	//通誉环境
-  BASE_API: '"http://47.103.79.143:9085/admin"',
-  OS_API: '"http://47.103.79.143:9085/admin"'
-  // BASE_API: '"https://xiaoyou.dgtis.com/admin"',
-  // OS_API: '"https://xiaoyou.dgtis.com/admin"'
+	//阿里云环境
+  // BASE_API: '"http://47.103.79.143:9085/admin"',
+  // OS_API: '"http://47.103.79.143:9085/admin"'
+  //正式环境
+  BASE_API: '"https://xiaoyou.dgtis.com/admin"',
+  OS_API: '"https://xiaoyou.dgtis.com/admin"'
 }