|
@@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
|
|
import {hzybRoutes} from './hzyb/index'// 弘则研报小程序路由
|
|
|
import {cygxRoutes} from './cygx/index'// 查研观向小程序路由
|
|
|
import {hzslRoutes} from './hzsl/index'// 弘则思路小程序路由
|
|
|
-import { htgjRoutes } from "./htgj/index"; // 海通国际 APP 路由
|
|
|
+// import { htgjRoutes } from "./htgj/index"; // 海通国际 APP 路由
|
|
|
import { ssbgRoutes } from './ssbg';//随手办公
|
|
|
import store from "@/store";
|
|
|
|
|
@@ -11,7 +11,7 @@ const routes=[
|
|
|
...hzybRoutes,
|
|
|
...cygxRoutes,
|
|
|
...hzslRoutes,
|
|
|
- ...htgjRoutes,
|
|
|
+ // ...htgjRoutes,
|
|
|
...ssbgRoutes,
|
|
|
//404
|
|
|
{
|