sunny 1 year ago
parent
commit
f1978662c4
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 2 2
      config/prod.env.js

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 .DS_Store
 node_modules/
 dist/
+dist-admin.zip*
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*

+ 2 - 2
config/prod.env.js

@@ -5,8 +5,8 @@ module.exports = {
 	//清华环境
   //BASE_API: '"http://alumni.sppm.tsinghua.edu.cn/admin"',
 	//通誉环境
-  BASE_API: '"http://47.103.79.143:9083/admin"',
-  OS_API: '"http://47.103.79.143:9084/storage"'
+  BASE_API: '"http://47.103.79.143:9085/admin"',
+  OS_API: '"http://47.103.79.143:9085/storage"'
   // BASE_API: '"https://xiaoyou.dgtis.com/admin"',
   // OS_API: '"https://xiaoyou.dgtis.com/admin"'
 }