Browse Source

修改配置

csx 5 years ago
parent
commit
69ca939af9
3 changed files with 7 additions and 3 deletions
  1. 1 1
      build/cdn.json
  2. 1 1
      config/dev.env.js
  3. 5 1
      config/prod.env.js

+ 1 - 1
build/cdn.json View File

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "1.0.2"
2
+  "version": "1.0.16"
3 3
 }

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

@@ -6,5 +6,5 @@ module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7 7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 8
    //http://api.xt.test.sgjyun.com http://localhost:9529
9
-   BASE_API: '"https://api.xt.kuyicloud.com"'
9
+   BASE_API: '"http://api.xt.test.sgjyun.com"'
10 10
 })

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

@@ -1,6 +1,10 @@
1 1
 'use strict'
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  BASE_API: '"http://api.xt.test.sgjyun.com"'
5
+
6
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
7
+
8
+  // http://api.xt.test.sgjyun.com
5 9
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
6 10
 }