|
|
@@ -56,7 +56,7 @@ const routes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "",
|
|
|
- name: "",
|
|
|
+ name: "appIndex",
|
|
|
component: AppIndex,
|
|
|
},
|
|
|
{
|
|
|
@@ -122,18 +122,18 @@ const routes = [
|
|
|
},
|
|
|
{ path: "settings", name: "TradeSettings", component: TradeSettings },
|
|
|
{ path: "calculator", name: "calculator", component: Calculator },
|
|
|
+ {
|
|
|
+ path: "/assetIndex",
|
|
|
+ name: "assetIndex",
|
|
|
+ component: AssetIndex,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/userIndex",
|
|
|
+ name: "userIndex",
|
|
|
+ component: UserIndex,
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- path: "assetIndex",
|
|
|
- name: "assetIndex",
|
|
|
- component: AssetIndex,
|
|
|
- },
|
|
|
- {
|
|
|
- path: "userIndex",
|
|
|
- name: "userIndex",
|
|
|
- component: UserIndex,
|
|
|
- },
|
|
|
{
|
|
|
path: "/applyPermission",
|
|
|
name: "applyPermission",
|
|
|
@@ -359,6 +359,16 @@ const routes = [
|
|
|
name: "myFinancial",
|
|
|
component: MyFinancial,
|
|
|
},
|
|
|
+ {
|
|
|
+ path: "/cloudComPowerIndex",
|
|
|
+ name: "cloudComPowerIndex",
|
|
|
+ component: CloudComPowerIndex,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/comboDetails",
|
|
|
+ name: "comboDetails",
|
|
|
+ component: ComboDetails,
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
const router = createRouter({
|