@airpower/web 1.9.2 → 1.9.3

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/dist/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -692,7 +692,7 @@ class WebConfig {
692
692
  /**
693
693
  * ### 静态资源地址
694
694
  */
695
- static staticUrl = "/static";
695
+ static staticUrl = "/static/";
696
696
  /**
697
697
  * ### 登录地址
698
698
  */
@@ -18005,7 +18005,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18005
18005
  onClick: _cache[4] || (_cache[4] = ($event) => onExport())
18006
18006
  }, {
18007
18007
  default: withCtx(() => [
18008
- createTextVNode(toDisplayString(unref(WebI18n).get().Export) + ": ", 1)
18008
+ createTextVNode(toDisplayString(unref(WebI18n).get().Export), 1)
18009
18009
  ]),
18010
18010
  _: 1
18011
18011
  }, 8, ["permission"])) : createCommentVNode("", true),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.9.2",
4
+ "version": "1.9.3",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",