|
@@ -248,8 +248,8 @@ export const qiankun = fetch('/config').then(() => ({
|
|
|
// },
|
|
|
{
|
|
|
name: 'budgetManaSystem', // 唯一 id
|
|
|
- //entry: '//localhost:8001',
|
|
|
- entry: '//120.27.235.181:5000/perform/', //开发
|
|
|
+ entry: '//localhost:8001',
|
|
|
+ //entry: '//120.27.235.181:5000/perform/', //开发
|
|
|
//entry: '//47.96.149.190:5000/perform/', //演示
|
|
|
},
|
|
|
{
|
|
@@ -280,6 +280,7 @@ export function useQiankunStateForSlave() {
|
|
|
|
|
|
//@/pages/platform/setting/reports/index
|
|
|
export function patchRoutes({ routes }:{routes:any}) {
|
|
|
+
|
|
|
const paths = [...new Array(100).keys()].map((a,index)=>({
|
|
|
path: `/platform/setting/reports/${15+(index+1)}`,
|
|
|
exact: true,
|