parent
908a2f7504
commit
2ce819570f
7 changed files with 13 additions and 9 deletions
@ -1,6 +1,6 @@ |
||||
import pageCommon from '@/common/page-common'; |
||||
|
||||
import App from './market-announce'; |
||||
import App from './marketAnnounce'; |
||||
|
||||
pageCommon.createPageInstance({ |
||||
render: h => h(App), |
@ -1,6 +1,6 @@ |
||||
import pageCommon from '@/common/page-common'; |
||||
|
||||
import App from './market-order'; |
||||
import App from './marketOrder'; |
||||
|
||||
pageCommon.createPageInstance({ |
||||
render: h => h(App), |
Loading…
Reference in new issue