Browse Source

修改返回

dufeng 1 year ago
parent
commit
8468bf208d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/workflowTask/index.vue

+ 1 - 1
pages/workflowTask/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="h100vh page-bg-color">
-		<!-- <u-navbar :customBack="handleBackHome" :title="typeLabel[currentType]"></u-navbar> -->
+		<u-navbar :customBack="handleBackHome" :title="typeLabel[currentType]"></u-navbar>
 		<view class="workflow-page" :style="{height: `calc(100vh - ${diStatusBarHeight}px - 48px)`}">
 			<view class="workflow-main">
 				<start-workflow v-if="currentType === 'start'"></start-workflow>