lilei 3 vuotta sitten
vanhempi
commit
67d5c008ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/numsGoodsShelves/replenishmentManagement/list.vue

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/list.vue

@@ -407,7 +407,7 @@ export default {
     },
     pageInit () {
       const _this = this
-      this.isNotProd = process.env.NODE_ENV != 'production'
+      this.isNotProd = !!process.env.VUE_APP_ENVTIPS
       this.$nextTick(() => { // 页面渲染完成后的回调
         _this.setTableH()
       })