Przeglądaj źródła

Merge commit 'hotfix/text' into Update/2.0

cc12458 2 miesięcy temu
rodzic
commit
01aa14f52b
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 2 0
      src/views/diagnosis/Prescribing.vue
  2. 2 1
      vue.config.js

+ 2 - 0
src/views/diagnosis/Prescribing.vue

@@ -1472,6 +1472,7 @@ export default {
       let obj = {
         contentTabs: this.contentTabs,
         container_i: this.container_i,
+        rRecomendR: this.rRecomendR,
         child1: {
           recipe_tabs: child1.recipe_tabs,
           recipe_tabs_c: child1.recipe_tabs_c
@@ -1544,6 +1545,7 @@ export default {
       }
       this.contentTabs = storageData.contentTabs;
       this.container_i = storageData.container_i;
+      this.rRecomendR = Array.isArray(storageData.rRecomendR) ? storageData.rRecomendR : [];
       // child1.getSelectType("剂型", 0);
       // child1.getSelectType("处方用法");
       // child1.getSelectType("中药服药时间");

+ 2 - 1
vue.config.js

@@ -16,7 +16,8 @@ module.exports = {
                 // target: `http://115.236.184.102:8081/`, // 萧山物理机
                 // target: 'http://192.168.204.124:8081/', // 客户正式服务器"
                 // target: `http://121.43.162.141:80/`, // [萧山] 测试环境的后端地址
-                target: `https://wx.hzliuzhi.com:4433/fz/`, // [测试] 测试环境的后端地址
+                // target: `https://wx.hzliuzhi.com:4433/fz/`, // [测试] 测试环境的后端地址
+                target: `https://tcm2.hzliuzhi.com/`, // @six 演示环境
                 // target: `http://www.hzxunmai.com/`, // 正式域名
                 // target: `http://10.250.11.48:8080/`, // 正式域名