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

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

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

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

@@ -1,9 +1,9 @@
1 1
 "use strict";
2 2
 module.exports = {
3 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 7
   // http://api.xt.test.sgjyun.com
8 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

@@ -1289,7 +1289,7 @@
1289 1289
               this.zhiShow = true
1290 1290
               this.totalShow = true
1291 1291
               this.huShow  = true
1292
-              console.log("aa")
1292
+             
1293 1293
             }
1294 1294
           }
1295 1295
         }