1.31 财务分析,财务数据模块完善,产业链桑基图展示

This commit is contained in:
尚政杰
2026-01-31 17:19:16 +08:00
parent 1c13386dfc
commit 0a2dab4936
527 changed files with 3390 additions and 604 deletions

View File

@@ -6149,7 +6149,7 @@ function populateParameters(fromRes, toRes) {
let _SDKVersion = SDKVersion;
const hostLanguage = (language || "").replace(/_/g, "-");
const parameters = {
appId: "__UNI__83518F0",
appId: "__UNI__1836EC9",
appName: "JiaZhiQianYan",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -6298,7 +6298,7 @@ const getAppBaseInfo = {
hostName: _hostName,
hostSDKVersion: SDKVersion,
hostTheme: theme,
appId: "__UNI__83518F0",
appId: "__UNI__1836EC9",
appName: "JiaZhiQianYan",
appVersion: "1.0.0",
appVersionCode: "100",
@@ -7053,7 +7053,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.91";
const port = "8090";
const id = "mp-weixin_D36YnR";
const id = "mp-weixin_geGcgf";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();