n20-common-lib 2.4.0-2replenish → 2.4.0-3replenish

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.4.0-2replenish",
3
+ "version": "2.4.0-3replenish",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -43,17 +43,17 @@
43
43
  '回到应用' | $lc
44
44
  }}</el-button>
45
45
  <!-- YSCW-end -->
46
- <el-dropdown class="m-l-lg" @command="setLang">
47
- <el-tooltip v-if="!hideLang" :content="'语言切换' | $lc">
48
- <span
49
- class="set-user-btn iconfont header-color"
50
- :class="{
51
- 'icon-zhongwen': langVal === 'zh-cn',
52
- 'icon-fanti': langVal === 'zh-hk',
53
- 'icon-yuyanqiehuan': langVal === 'en'
54
- }"
55
- ></span>
56
- </el-tooltip>
46
+ <el-dropdown v-if="!hideLang" class="m-l-lg" @command="setLang">
47
+ <!-- <el-tooltip v-if="!hideLang" :content="'语言切换' | $lc"> -->
48
+ <span
49
+ class="set-user-btn iconfont header-color"
50
+ :class="{
51
+ 'icon-zhongwen': langVal === 'zh-cn',
52
+ 'icon-fanti': langVal === 'zh-hk',
53
+ 'icon-yuyanqiehuan': langVal === 'en'
54
+ }"
55
+ ></span>
56
+ <!-- </el-tooltip> -->
57
57
  <el-dropdown-menu slot="dropdown">
58
58
  <el-dropdown-item command="zh-cn"
59
59
  ><i class="iconfont icon-zhongwen f-s-icon"></i>{{ '简体中文' | $lc }}</el-dropdown-item