Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

See999 5 years ago
parent
commit
e380fba959
2 changed files with 5 additions and 5 deletions
  1. 4 4
      config/prod.env.js
  2. 1 1
      src/pages/main/dialog/PrescriptionDialog.vue

+ 4 - 4
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: '"https://api.xt.kuyicloud.com"'
4
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
5
 
5
 
6
-  // BASE_API: '"http://api.xt.test.sgjyun.com"'
6
+  BASE_API: '"http://api.xt.test.sgjyun.com"'
7
   // http://api.xt.test.sgjyun.com
7
   // http://api.xt.test.sgjyun.com
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
9
-}
9
+};

+ 1 - 1
src/pages/main/dialog/PrescriptionDialog.vue View File

1087
               this.zhiShow = true
1087
               this.zhiShow = true
1088
               this.totalShow = true
1088
               this.totalShow = true
1089
               this.huShow  = true  
1089
               this.huShow  = true  
1090
-              console.log("a")
1090
+              
1091
             }
1091
             }
1092
           }
1092
           }
1093
         }
1093
         }