1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
| import Vue from 'vue'
| import Router from 'vue-router'
| import Home from '../pages/Home/index' // 首页
| import Stock from '../pages/stock/index' // 股票大厅
| import Transaction from '../pages/transaction/index' // 交易
| import Product from '../pages/product/index' // 产品介绍
| import Introduce from '../pages/introduce/index' // 公司简介
| import Down from '../pages/down/index' // 产品介绍
| import Notice from '../pages/notice/index' // 公告
| import NoticeDetail from '../pages/notice/components/detail' // 公告详情
| import User from '../pages/user/index' // 用户中心
| import CashDetail from '../pages/user/components/list' // 资金记录
| import DetailList from '../pages/user/components/table/detail' // 资金明细
| import WithdrawList from '../pages/user/components/table/withdraw' // 提现记录
| import RechargeList from '../pages/user/components/table/recharge' // 充值记录
| import Recharge from '../pages/user/components/cash/recharge' // 提现
| import Withdraw from '../pages/user/components/cash/withdraw' // 充值
| import ChangeCash from '../pages/user/components/change' // 资产互转
| import HoldPosition from '../pages/user/components/transform/holdposition' // 持仓单
| import IndexHoldPosition from '../pages/user/components/transform/indexholdposition' // 持仓单 指数
| import FuturesHoldPosition from '../pages/user/components/transform/futuresholdposition' // 持仓单 指数
| import SellOrder from '../pages/user/components/transform/sellorder' // 平仓单
| import IndexSellOrder from '../pages/user/components/transform/indexsellorder' // 平仓单 指数
| import FuturesSellOrder from '../pages/user/components/transform/futuressellorder' // 平仓单 指数
| import Bank from '../pages/user/components/save/bank' // 银行卡
| import Auth from '../pages/user/components/save/auth' // 实名认证
| import ChangePwd from '../pages/user/components/save/changepwd' // 修改银行卡
| import Exeloginexe from '../pages/login/exeloginexe' // 登录
| import Login from '../pages/login/login' // 登录
| import Register from '../pages/login/register' // 注册
| import Forget from '../pages/login/forget' // 忘记密码
| import Message from '../pages/user/components/table/message' // 站内消息
| import Xingu from '../pages/user/components/table/xingu' // 新股申购
| //============================分仓配资-相关,2020年7月25日19:14:55=========================================
| import Funds from '../pages/funds/index' // 分仓配资
| import Days from '../pages/funds/components/days' // 按天配资
| import Applyfund from '../pages/funds/components/table/applyfund' // 我的配资
| import FundsHoldPosition from '../pages/user/components/transform/fundsholdposition' // 分仓持仓单
| import FundsSellOrder from '../pages/user/components/transform/fundssellorder' // 分仓平仓单
| import Funding from '../pages/funds/components/funding' // 配资详情
| import Contract from '../pages/funds/components/contract' // 合同
| import Enterprise from '../pages/enterprise/index' // 企业公告
| import enterpriseDetails from '../pages/enterprise/enterprise-details' // 企业公告详情
|
|
|
| import Zixuan from '../pages/newindex/zixuan' // 自选列表
| import Hqchartdetail from '../pages/newindex/hqchartdetail' // 自选列表
| import Hushen from '../pages/newindex/hushen'
| import Zhishu from '../pages/newindex/zhishu'
| import Kechuang from '../pages/newindex/kechuang'
| import Meigu from '../pages/newindex/meigu'
| import Ganggu from '../pages/newindex/ganggu'
| import Newgu from '../pages/newindex/newgu'
| import Zhongzhuan from '../pages/newindex/zhongzhuan'
| import Dazongjiaoyi from "../pages/newindex/dazongjiaoyi"; // 大宗交易
| import Vipqiangchou from "../pages/newindex/vipqiangchou"; // vip抢筹
| // import HoldPositions from '@/pages/holdPositions/index'
| // import CapitalDetail from '@/pages/capitalDetail/index'
| // import Entry from '@/pages/entry/index'
| // import Exit from '@/pages/exit/index'
| // import Login from '@/pages/login/index'
| Vue.use(Router)
|
| export default new Router({
| // mode :'history',
| routes: [
| {
| path: '/',
| redirect: '/hushen'
| },
| {
| path: '/hushen',
| name: 'hushen',
| meta: { title: '首页' },
| component: Hushen
| },
| {
| path: '/hushen',
| name: 'hushen',
| meta: { title: '沪深京'},
| component: Hushen
| },
| {
| path: '/zhishu',
| name: 'zhishu',
| meta: { title: '指数'},
| component: Zhishu
| },
| {
| path: '/kechuang',
| name: 'kechuang',
| meta: { title: '科创'},
| component: Kechuang
| },
| {
| path: '/meigu',
| name: 'meigu',
| meta: { title: '美股'},
| component: Meigu
| },
| {
| path: '/ganggu',
| name: 'ganggu',
| meta: { title: '港股'},
| component: Ganggu
| },
| {
| path: '/newgu',
| name: 'newgu',
| meta: { title: '新股'},
| component: Newgu
| },
| {
| path: '/dazongjiaoyi',
| name: 'dazongjiaoyi',
| meta: { title: '大宗交易'},
| component: Dazongjiaoyi
| },
| {
| path: '/vipqiangchou',
| name: 'vipqiangchou',
| meta: { title: 'VIP抢筹'},
| component: Vipqiangchou
| },
| {
| path: '/zhongzhuan',
| name: 'zhongzhuan',
| meta: { title: '行情详情'},
| component: Zhongzhuan
| },
| {
| path: '/hqchartdetail',
| name: 'hqchartdetail',
| meta: { title: '行情详情' },
| component: Hqchartdetail
| },
| {
| path: '/home',
| name: 'home',
| meta: { title: '首页' },
| component: Home
| },
| {
| path: '/stock',
| name: 'stock',
| meta: { title: '股票大厅' },
| component: Stock
| },
| {
| path: '/transaction',
| name: 'transaction',
| meta: { title: '交易大厅' },
| component: Transaction
| },
| {
| path: '/product',
| name: 'product',
| meta: { title: '产品介绍' },
| component: Product
| },
| {
| path: '/introduce',
| name: 'introduce',
| meta: { title: '公司简介' },
| component: Introduce
| }, {
| path: '/down',
| name: 'down',
| meta: { title: '软件下载' },
| component: Down
| }, {
| path: '/notice',
| name: 'notice',
| meta: { title: '公告' },
| component: Notice
| }, {
| path: '/noticedetail',
| name: 'noticedetail',
| meta: { title: '公告详情' },
| component: NoticeDetail
| }, {
| path: '/user',
| name: 'user',
| meta: { title: '用户中心' },
| component: User
| }, {
| path: '/message',
| name: 'message',
| meta: { title: '站内消息' },
| component: Message
| }, {
| path: '/xingu',
| name: 'xingu',
| meta: { title: '新股申购' },
| component: Xingu
| },{
| path: '/cashdetail',
| name: 'cashdetail',
| meta: { title: '资金记录' },
| component: CashDetail
| }, {
| path: '/detaillist',
| name: 'detaillist',
| meta: { title: '资金明细' },
| component: DetailList
| }, {
| path: '/withdrawlist',
| name: 'withdrawlist',
| meta: { title: '提现记录' },
| component: WithdrawList
| }, {
| path: '/rechargelist',
| name: 'rechargelist',
| meta: { title: '充值记录' },
| component: RechargeList
| }, {
| path: '/recharge',
| name: 'recharge',
| meta: { title: '充值' },
| component: Recharge
| }, {
| path: '/withdraw',
| name: 'withdraw',
| meta: { title: '提现' },
| component: Withdraw
| }, {
| path: '/changeCash',
| name: 'changeCash',
| meta: { title: '资产户转' },
| component: ChangeCash
| }, {
| path: '/holdposition',
| name: 'holdposition',
| meta: { title: '股票持仓单' },
| component: HoldPosition
| }, {
| path: '/indexholdposition',
| name: 'indexholdposition',
| meta: { title: '指数持仓单' },
| component: IndexHoldPosition
| }, {
| path: '/futuressell',
| name: 'futuressell',
| meta: { title: '期货平仓' },
| component: FuturesSellOrder
| }, {
| path: '/futuresholdposition',
| name: 'futuresholdposition',
| meta: { title: '期货持仓单' },
| component: FuturesHoldPosition
| }, {
| path: '/sell',
| name: 'sell',
| meta: { title: '平仓单' },
| component: SellOrder
| }, {
| path: '/indexsell',
| name: 'indexsell',
| meta: { title: '指数平仓单' },
| component: IndexSellOrder
| }, {
| path: '/bank',
| name: 'bank',
| meta: { title: '银行卡' },
| component: Bank
| }, {
| path: '/auth',
| name: 'auth',
| meta: { title: '实名认证' },
| component: Auth
| }, {
| path: '/changepwd',
| name: 'changepwd',
| meta: { title: '修改密码' },
| component: ChangePwd
| },
| {
| path: '/login',
| name: 'login',
| meta: { title: '登录' },
| component: Exeloginexe
| },
| {
| path: '/register',
| name: 'register',
| meta: { title: '注册' },
| component: Register
| }, {
| path: '/forget',
| name: 'forget',
| meta: { title: '忘记密码' },
| component: Forget
| },
| //============================分仓配资-相关,2020年7月25日19:14:55=========================================
| {
| path: '/funds',
| name: 'funds',
| meta: { title: '配资主页' },
| component: Funds
| },
| {
| path: '/days',
| name: 'days',
| meta: { title: '按天配资' },
| component: Days
| },
| {
| path: '/applyfund',
| name: 'applyfund',
| meta: { title: '我的配资' },
| component: Applyfund
| }, {
| path: '/fundsholdposition',
| name: 'fundsholdposition',
| meta: { title: '配资持仓单' },
| component: FundsHoldPosition
| }, {
| path: '/fundssellorder',
| name: 'fundssellorder',
| meta: { title: '配资平仓单' },
| component: FundsSellOrder
| }, {
| path: '/funding',
| name: 'funding',
| meta: { title: '配资详情' },
| component: Funding
| }, {
| path: '/contract',
| name: 'contract',
| meta: { title: '合同' },
| component: Contract
| },
|
|
| {
| path: '/enterprise',
| name: 'enterprise',
| meta: { title: '企业公告' },
| component: Enterprise
| },
| {
| path: '/enterprise-details',
| name: 'enterprise-details',
| meta: { title: '企业公告详情' },
| component: enterpriseDetails
| }
|
| ]
| })
|
|