xiaoming_global 4 yıl önce
ebeveyn
işleme
c125c8a036

+ 2 - 2
config/dev.env.js Dosyayı Görüntüle

4
 
4
 
5
 module.exports = merge(prodEnv, {
5
 module.exports = merge(prodEnv, {
6
   NODE_ENV: '"development"',
6
   NODE_ENV: '"development"',
7
-  BASE_API: '"http://api.xt.test.sgjyun.com"'
7
+  // BASE_API: '"http://api.xt.test.sgjyun.com"'
8
    //http://api.xt.test.sgjyun.com http://localhost:9529
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
   // BASE_API: '"https://api.xt.kuyicloud.com"'
10
   // BASE_API: '"https://api.xt.kuyicloud.com"'
11
 
11
 
12
 })
12
 })

+ 2 - 2
config/prod.env.js Dosyayı Görüntüle

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 Dosyayı Görüntüle

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