Administrator 4 년 전
부모
커밋
26f09f9ec3
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/config/dev/application-dev.yml
  2. 2 0
      src/main/resources/static/js/product/produce-list.js

+ 1 - 1
src/main/resources/config/dev/application-dev.yml

@@ -54,7 +54,7 @@ logging:
 caimei:
   siteEnv: 0 #网站环境,(2:正式环境,1:测试环境,0:开发环境)
   # spiServer: https://spi-b.caimei365.com
-  spiServer: http://192.168.2.68:8008
+  spiServer: https://spi-b.caimei365.com
   imageDomain: https://img-b.caimei365.com
   wwwDomain: https://www-b.caimei365.com
 

+ 2 - 0
src/main/resources/static/js/product/produce-list.js

@@ -165,6 +165,8 @@ var productList = new Vue({
             this.params.id=this.smallTypeID;
         }else if( this.smallTypeID==null){
             this.params.id=this.bigTypeID;
+        }else if (this.tinyTypeID==null &&  this.smallTypeID==null){
+            this.params.id=this.bigTypeID;
         }else {
             this.params.id=this.tinyTypeID;
         }