|
@@ -5,8 +5,8 @@ const prodEnv = require("./prod.env");
|
5
|
5
|
module.exports = merge(prodEnv, {
|
6
|
6
|
NODE_ENV: '"development"',
|
7
|
7
|
//BASE_API: '"https://api.xt.kuyicloud.com"'
|
8
|
|
- BASE_API: '"http://localhost:9531"'
|
9
|
|
- // BASE_API: '"http://localhost:9529"'
|
|
8
|
+ // BASE_API: '"http://localhost:9531"'
|
|
9
|
+ BASE_API: '"http://localhost:9529"'
|
10
|
10
|
//http://api.xt.test.sgjyun.com http://localhost:9529
|
11
|
11
|
// BASE_API: '"http://api.xt.test.sgjyun.com"'
|
12
|
12
|
// BASE_API: '"https://api.xt.kuyicloud.com"'
|