csx 5 years ago
parent
commit
f101fb1a26
3 changed files with 7 additions and 12 deletions
  1. 3 2
      config/dev.env.js
  2. 4 5
      config/index.js
  3. 0 5
      src/xt_pages/dialysis/details/index.vue

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

@@ -6,8 +6,9 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://api.xt.test.sgjyun.com"',//'"http://localhost:9529"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10
-  SSO_HOST: '"https://testsso.sgjyun.com"',
9
+  BASE_API:  '"http://api.xt.test.sgjyun.com"',// //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
+  // BASE_API:'"http://localhost:9529"',
11
+  SSO_HOST: '"http://testsso.sgjyun.com"',
11 12
   SRCM_HOST: '"http://test1.sgjyun.com"',
12 13
   XT_HOST: '"http://xt.test.sgjyun.com"',
13 14
   MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',

+ 4 - 5
config/index.js View File

@@ -11,16 +11,15 @@ module.exports = {
11 11
     assetsSubDirectory: 'static',
12 12
     assetsPublicPath: '/',
13 13
     proxyTable: {},
14
-
15 14
     // Various Dev Server settings
16 15
 
17 16
     // can be overwritten by process.env.HOST
18 17
     // if you want dev by ip, please set host: '0.0.0.0'
19
-
20
-    // host: 'xt.test.sgjyun.com',
21 18
     // host: 'xt.kuyicloud.com',
22
-    host: 'xt.test.sgjyun.com',
23
-    port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
19
+     host: 'xt.test.sgjyun.com',
20
+    // host:'localhost',
21
+    port:9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
22
+
24 23
     autoOpenBrowser: true,
25 24
     errorOverlay: true,
26 25
     notifyOnErrors: false,

+ 0 - 5
src/xt_pages/dialysis/details/index.vue View File

@@ -3,8 +3,6 @@
3 3
     <div class="position">
4 4
       <bread-crumb :crumbs='crumbs'></bread-crumb>
5 5
       <div class="print" style="float:left;">
6
-        <!-- <el-button type="primary" @click="dialogFormVisible = true">长期医嘱</el-button> -->
7
-        <!-- <el-button type="primary" @click="orders = true">临时医嘱</el-button> -->
8 6
         <el-button size="small" type="primary" @click="printOrder" icon="el-icon-printer">打印</el-button>
9 7
       </div>
10 8
     </div>
@@ -43,9 +41,6 @@
43 41
         :safe_package_info="safe_package_info"
44 42
         :aliquid_info="aliquid_info"
45 43
         :config = "config"
46
-
47
-
48
-
49 44
       >
50 45
       </nav-igation>
51 46