2026.3.26
使用ucharts图表,兼容app 每个图表组件添加:canvas2d="false" 加载方法改成onMounted
This commit is contained in:
+2
-11
@@ -7150,9 +7150,9 @@ function isConsoleWritable() {
|
||||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.0.124,127.0.0.1";
|
||||
const hosts = "192.168.159.1,192.168.100.1,192.168.0.112,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_XsakLG";
|
||||
const id = "mp-weixin_kW2ADS";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
@@ -8098,14 +8098,6 @@ const createSubpackageApp = initCreateSubpackageApp();
|
||||
wx.createPluginApp = global.createPluginApp = createPluginApp;
|
||||
wx.createSubpackageApp = global.createSubpackageApp = createSubpackageApp;
|
||||
}
|
||||
const createLifeCycleHook = (lifecycle, flag = 0) => (hook, target = getCurrentInstance()) => {
|
||||
!isInSSRComponentSetup && injectHook(lifecycle, hook, target);
|
||||
};
|
||||
const onReady = /* @__PURE__ */ createLifeCycleHook(
|
||||
ON_READY,
|
||||
2
|
||||
/* HookFlags.PAGE */
|
||||
);
|
||||
const easycom = {
|
||||
autoscan: true,
|
||||
custom: {
|
||||
@@ -11141,7 +11133,6 @@ exports.nextTick$1 = nextTick$1;
|
||||
exports.o = o$1;
|
||||
exports.onBeforeUnmount = onBeforeUnmount;
|
||||
exports.onMounted = onMounted;
|
||||
exports.onReady = onReady;
|
||||
exports.onUnmounted = onUnmounted;
|
||||
exports.p = p$1;
|
||||
exports.reactive = reactive;
|
||||
|
||||
Reference in New Issue
Block a user