Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 123.sql
Original file line number Diff line number Diff line change
Expand Up @@ -695,5 +695,4 @@ INSERT INTO `zhenduanbingli` VALUES (11, '2025-03-27 16:20:25', '1743063617739',
INSERT INTO `zhenduanbingli` VALUES (12, '2025-04-24 15:46:06', '1745480759774', '123', '13646446880', '', '2025-04-24 15:45:59', '123456', '19558692219', '<p>11</p>');
INSERT INTO `zhenduanbingli` VALUES (13, '2025-05-08 10:16:51', '1746670607518', '123', '13646446880', '', '2025-05-08 10:16:47', '123456', '19558692219', '<p>1</p>');


SET FOREIGN_KEY_CHECKS = 1;
5 changes: 5 additions & 0 deletions client_code/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import chatMessageAdd from '@/views/pages/chatMessage/formAdd'
import chatFriendList from '@/views/pages/chatFriend/list'
import chatFriendDetail from '@/views/pages/chatFriend/formModel'
import chatFriendAdd from '@/views/pages/chatFriend/formAdd'
import dakaqiandaoList from '@/views/pages/dakaqiandao/list'

const routes = [{
path: '/',
Expand Down Expand Up @@ -225,6 +226,10 @@ const routes = [{
path: 'chatFriendAdd',
component: chatFriendAdd
}
, {
path: 'dakaqiandaoList',
component: dakaqiandaoList
}
]
},
{
Expand Down
Loading