@jx3box/jx3box-common-ui 7.4.8 → 7.4.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Footer.vue +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "7.4.8",
3
+ "version": "7.4.9",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Footer.vue CHANGED
@@ -8,11 +8,11 @@
8
8
  <div class="c-footer-right">
9
9
  <a class="u-about" :href="about" target="_blank">关于我们</a>
10
10
  <em>|</em>
11
- <a class="u-doc" href="/help" target="_blank">帮助文档</a>
11
+ <a class="u-doc" href="/tool?subtype=4" target="_blank">帮助文档</a>
12
12
  <em>|</em>
13
13
  <a class="u-log" href="https://github.com/JX3BOX" target="_blank">代码仓库</a>
14
14
  <em>|</em>
15
- <a class="u-feedback" :href="feedback" target="_blank">反馈建议</a>
15
+ <a class="u-feedback" href="/feedback" target="_blank">反馈建议</a>
16
16
  </div>
17
17
  <slot></slot>
18
18
  </div>