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
 module.exports = {
6
 module.exports = {
7
   NODE_ENV: '"development"',
7
   NODE_ENV: '"development"',
8
   ENV_CONFIG: '"dev"',
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
   SRCM_HOST: '"http://test1.sgjyun.com"',
12
   SRCM_HOST: '"http://test1.sgjyun.com"',
12
   XT_HOST: '"http://xt.test.sgjyun.com"',
13
   XT_HOST: '"http://xt.test.sgjyun.com"',
13
   MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',
14
   MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',

+ 4 - 5
config/index.js View File

11
     assetsSubDirectory: 'static',
11
     assetsSubDirectory: 'static',
12
     assetsPublicPath: '/',
12
     assetsPublicPath: '/',
13
     proxyTable: {},
13
     proxyTable: {},
14
-
15
     // Various Dev Server settings
14
     // Various Dev Server settings
16
 
15
 
17
     // can be overwritten by process.env.HOST
16
     // can be overwritten by process.env.HOST
18
     // if you want dev by ip, please set host: '0.0.0.0'
17
     // if you want dev by ip, please set host: '0.0.0.0'
19
-
20
-    // host: 'xt.test.sgjyun.com',
21
     // host: 'xt.kuyicloud.com',
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
     autoOpenBrowser: true,
23
     autoOpenBrowser: true,
25
     errorOverlay: true,
24
     errorOverlay: true,
26
     notifyOnErrors: false,
25
     notifyOnErrors: false,

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

3
     <div class="position">
3
     <div class="position">
4
       <bread-crumb :crumbs='crumbs'></bread-crumb>
4
       <bread-crumb :crumbs='crumbs'></bread-crumb>
5
       <div class="print" style="float:left;">
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
         <el-button size="small" type="primary" @click="printOrder" icon="el-icon-printer">打印</el-button>
6
         <el-button size="small" type="primary" @click="printOrder" icon="el-icon-printer">打印</el-button>
9
       </div>
7
       </div>
10
     </div>
8
     </div>
43
         :safe_package_info="safe_package_info"
41
         :safe_package_info="safe_package_info"
44
         :aliquid_info="aliquid_info"
42
         :aliquid_info="aliquid_info"
45
         :config = "config"
43
         :config = "config"
46
-
47
-
48
-
49
       >
44
       >
50
       </nav-igation>
45
       </nav-igation>
51
 
46