Administrator 4 anos atrás
pai
commit
26f09f9ec3

+ 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;
         }