Browse Source

上传代码

master
前端-胡立永 9 months ago
parent
commit
9b7fde6aa8
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      components/base/navbar.vue
  2. +1
    -1
      config.js

+ 1
- 1
components/base/navbar.vue View File

@ -6,7 +6,7 @@
<view class="left"> <view class="left">
<uv-icon name="home" <uv-icon name="home"
v-if="length == 1"
v-if="leftClick && length == 1"
@click="toHome" @click="toHome"
color="#333" size="46rpx"></uv-icon> color="#333" size="46rpx"></uv-icon>


+ 1
- 1
config.js View File

@ -5,7 +5,7 @@ import utils from './utils/utils.js'
// 当前环境 // 当前环境
const type = 'dev'
const type = 'prod'
// 环境配置 // 环境配置


Loading…
Cancel
Save