|
@@ -20,12 +20,12 @@ class App extends Component {
|
|
config = {
|
|
config = {
|
|
pages: [
|
|
pages: [
|
|
'pages/list/list', // 报告列表
|
|
'pages/list/list', // 报告列表
|
|
- 'pages/user/reportdetail', // 报告详情
|
|
|
|
- 'pages/user/templatedetail', // 模板详情
|
|
|
|
|
|
+ 'pages/reportdetail/reportdetail', // 报告详情
|
|
|
|
+ 'pages/templatedetail/templatedetail', // 模板详情
|
|
'pages/user-login/user-login', // 登录页
|
|
'pages/user-login/user-login', // 登录页
|
|
'pages/increase/increase', // 生成报告
|
|
'pages/increase/increase', // 生成报告
|
|
'pages/user/user', // 我的
|
|
'pages/user/user', // 我的
|
|
- 'pages/user/template', // 模板列表
|
|
|
|
|
|
+ 'pages/template/template', // 模板列表
|
|
|
|
|
|
],
|
|
],
|
|
window: {
|
|
window: {
|