Parcourir la source

Merge remote-tracking branch 'origin/developer' into developer

zhengjinyi il y a 3 ans
Parent
commit
589bcefee2

+ 1 - 1
src/main/resources/static/js/common/serviceapi/product.service.js

@@ -149,7 +149,7 @@ var ProductApi = {
         },
         GetAuthProductDeatil:function (params, callback) {//产品仪器商品列表查询
              Http.AjaxService({
-                 url:'/product/auth/details',
+                 url:'/commodity/auth/details',
                  type:'get',
                  data:params,
                  json:true

+ 1 - 0
src/main/resources/templates/product/qualityauthorize.html

@@ -7,6 +7,7 @@
     <template th:replace="components/analysis"></template>
 </head>
 <body>
+<input type="hidden" th:value="${coreServer}" id="coreServer">
 <input type="hidden" th:value="${agent}" id="userAgent">
 <div class="container" id="qualityAuthorize">
     <!-- 顶部logo区域 -->