|
@@ -310,7 +310,7 @@ export const routes: Routes = [
|
|
|
// 2. 网页端: 通过 contactId/projectId 直接加载,配合 profileId 参数
|
|
// 2. 网页端: 通过 contactId/projectId 直接加载,配合 profileId 参数
|
|
|
{
|
|
{
|
|
|
path: 'wxwork/:cid',
|
|
path: 'wxwork/:cid',
|
|
|
- // canActivate: [WxworkAuthGuard], // 可选:使用路由守卫强制认证
|
|
|
|
|
|
|
+ canActivate: [WxworkAuthGuard],
|
|
|
children: [
|
|
children: [
|
|
|
// 项目预加载页(企微上下文入口)
|
|
// 项目预加载页(企微上下文入口)
|
|
|
{
|
|
{
|