zhangyanfang il y a 6 ans
Parent
commit
87bb18b1c5
2 fichiers modifiés avec 3 ajouts et 13 suppressions
  1. 1 1
      api/http-request.js
  2. 2 12
      app/rehabilitation/js/health_control.js

+ 1 - 1
api/http-request.js

@ -28,7 +28,7 @@
        socketUrl = "http://172.19.103.88:3000";
//      server = "http://192.168.131.154:8080/"
        articleServer="http://172.19.103.88:9092/wlyy/"
//      server = "http://192.168.131.130:8080/";
     server = "http://192.168.131.130:8080/";
//		server = "http://192.168.131.123:8080/"; // 明芬
//      server = "http://192.168.131.127:8060/"; //逸祥
//      server = "http://192.168.131.24:8080/"; //仕杰

+ 2 - 12
app/rehabilitation/js/health_control.js

@ -309,18 +309,8 @@ layui.use('element', function () {
                location.href="../../recover/html/new_recover.html"
            },
            checkPlan:function(data){
                layer.open({
                    type: 2,
                    area: ['600px', '650px'],
                    shade: 0.5,
                    title: '服务项目内容',
                    fixed: true, //不固定
                    maxmin: true,
                    closeBtn:1,
                    shift: 5,
                    shadeClose: false, //点击遮罩关闭层
                    content: '../../rehabilitation/html/service_item_content.html?planids='+data.id
                  });
                location.href = "../../rehabilitation/html/rehabilitation_management.html?planId=" + data.id
            }