Browse Source

修改链接正式后台的配置信息

YL2767 1 week ago
parent
commit
506e1f28f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/prod.env.js

+ 1
- 1
config/prod.env.js View File

1
 'use strict'
1
 'use strict'
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
3
   NODE_ENV: '"production"',
4
-  BASE_API: '"http://60.205.9.174:8080/thware/"'
4
+  BASE_API: '"http://120.224.213.150/thware/"'
5
 	// BASE_API: '"http://60.205.9.174:8081/thware/"'
5
 	// BASE_API: '"http://60.205.9.174:8081/thware/"'
6
 	// BASE_API: '"http://39.105.120.43:8080/thware/"'
6
 	// BASE_API: '"http://39.105.120.43:8080/thware/"'
7
 }
7
 }

Loading…
Cancel
Save