diff --git a/src/utils/forEKuiper.ts b/src/utils/forEKuiper.ts index 844b7914..b2dab6b0 100644 --- a/src/utils/forEKuiper.ts +++ b/src/utils/forEKuiper.ts @@ -1,6 +1,7 @@ import { loadMicroApp } from 'qiankun' import store from '@/store/index' +// ❗️If you are developing and debugging ekuiper, please replace this with the address of ekuiper const kuiperEntry = `${window.location.origin}/ekuiper/` const defaultEnv = 'production'