Bläddra i källkod

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

csx 4 år sedan
förälder
incheckning
4c8ad1bd5e
2 ändrade filer med 3 tillägg och 2 borttagningar
  1. 2 2
      config/dev.env.js
  2. 1 0
      src/pages/my/index.vue

+ 2 - 2
config/dev.env.js Visa fil

@@ -4,8 +4,8 @@ const prodEnv = require('./prod.env')
4 4
 
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7
-  BASE_API: '"https://api.xt.kuyicloud.com"'
8
-  //BASE_API: '"http://localhost:9531"'
7
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
8
+  // BASE_API: '"http://localhost:9531"'
9 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"'

+ 1 - 0
src/pages/my/index.vue Visa fil

@@ -199,6 +199,7 @@ export default {
199 199
       GetHomeData().then(response => {
200 200
         if (response.data.state === 1) {
201 201
           var orgs = response.data.data.orgs;
202
+          console.log("orgs", orgs);
202 203
           this.organaziton = orgs;
203 204
           this.isCreateOrg = response.data.data.isCreateOrg;
204 205
         }