@airpower/web 1.9.1 → 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.
- package/dist/main.js +2 -3
- 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
|
*/
|
|
@@ -17754,7 +17754,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
17754
17754
|
watch(
|
|
17755
17755
|
() => selectListRef.value,
|
|
17756
17756
|
() => {
|
|
17757
|
-
console.warn("selectListRef.value", selectListRef.value);
|
|
17758
17757
|
nextTick(() => {
|
|
17759
17758
|
if (airTableRef.value) {
|
|
17760
17759
|
airTableRef.value.clearSelection();
|
|
@@ -18006,7 +18005,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18006
18005
|
onClick: _cache[4] || (_cache[4] = ($event) => onExport())
|
|
18007
18006
|
}, {
|
|
18008
18007
|
default: withCtx(() => [
|
|
18009
|
-
createTextVNode(toDisplayString(unref(WebI18n).get().Export)
|
|
18008
|
+
createTextVNode(toDisplayString(unref(WebI18n).get().Export), 1)
|
|
18010
18009
|
]),
|
|
18011
18010
|
_: 1
|
|
18012
18011
|
}, 8, ["permission"])) : createCommentVNode("", true),
|