Commit b1296b4d authored by chenqikuai's avatar chenqikuai

fix: 通讯录添加权限校验

parent 14f7748a
...@@ -61,6 +61,7 @@ const routes: Array<RouteRecordRaw> = [ ...@@ -61,6 +61,7 @@ const routes: Array<RouteRecordRaw> = [
name: "AddressBook", name: "AddressBook",
meta: { meta: {
activeTab: "ChatList", activeTab: "ChatList",
needAuth: true,
}, },
component: () => component: () =>
import( import(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment