208206a2 by lxs

通过config.json配置appKey

1 parent 3ac5eedc
......@@ -51,7 +51,7 @@ const initApp = async () => {
pinia.use(piniaPluginPersistedstate);
// 将配置信息存储到 Pinia 中
const configStore = sysConfigStore();
const configStore = sysConfigStore(pinia);
configStore.setConfig(config);
const app = createApp(App)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!