|
@@ -22,6 +22,7 @@
|
|
|
</template>
|
|
|
<noticePop ref="noticePop"></noticePop>
|
|
|
<taskPop ref="taskPop"></taskPop>
|
|
|
+ <openPcexeBtn ref="openPcexeBtn"></openPcexeBtn>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -33,6 +34,7 @@ import debounce from 'lodash/debounce'
|
|
|
import ContentCrumb from './main-content-crumb'
|
|
|
import noticePop from './notice-pop'
|
|
|
import taskPop from './task-pop'
|
|
|
+import openPcexeBtn from './openPcexeBtn'
|
|
|
import basicCom from '@/views/modules/demo/basicComponent/basic-com'
|
|
|
import { clearLoginInfo } from '@/utils'
|
|
|
import shuiyin from '@/utils/shuiyin'
|
|
@@ -72,7 +74,8 @@ export default {
|
|
|
ContentCrumb,
|
|
|
basicCom,
|
|
|
noticePop,
|
|
|
- taskPop
|
|
|
+ taskPop,
|
|
|
+ openPcexeBtn
|
|
|
},
|
|
|
watch: {
|
|
|
$route: 'routeHandle'
|