xuqiang 5 jaren geleden
bovenliggende
commit
c4c39544df
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      src/pages/confirmorder.vue

+ 1 - 1
.env.development

@@ -1 +1 @@
-VUE_APP_BASE_URL=http://localhost:8080
+VUE_APP_BASE_URL=https://zhuoka.izouma.com

+ 1 - 1
.env.production

@@ -1 +1 @@
-VUE_APP_BASE_URL=http://localhost:8080
+VUE_APP_BASE_URL=https://zhuoka.izouma.com

+ 1 - 1
src/pages/confirmorder.vue

@@ -30,7 +30,7 @@
             </div>
         </div>
         <img src="../static/imgs/img_dizhitiao@3x.png" alt="" />
-        <div class="box-tit" @click="navigateTo('/pages/store/homePage?id=' + store.userId, false)">
+        <div class="box-tit" @click="navigateTo('/pages/store/homePage?id=' + store.id, false)">
             <img :src="store.logo" alt="" />
             <p>{{ store.storeName }}</p>
         </div>