diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue
index 46c54fb..41ec4e9 100644
--- a/src/pages/account/login/index.vue
+++ b/src/pages/account/login/index.vue
@@ -6,7 +6,7 @@
             </div>
         </div>
         <div class="index_from page-account-container">
-            <div class="title">门店管理</div>
+            <div class="title">发行方管理</div>
             <Form ref="formInline" :model="formInline" :rules="ruleInline"
                   @keyup.enter="handleSubmit('formInline')">
                 <FormItem prop="username">
diff --git a/src/pages/digital/author/index.vue b/src/pages/digital/author/index.vue
index 02c386c..ce5c38e 100644
--- a/src/pages/digital/author/index.vue
+++ b/src/pages/digital/author/index.vue
@@ -26,7 +26,8 @@
 			  </Input>
 			</FormItem>
 			</Col>
-			<Col span="8">
+
+			<!-- <Col span="8">
 			<FormItem
 			  label="类型:"
 			  label-for="type"
@@ -46,7 +47,8 @@
 				>{{ item.name }}</Option>
 			  </Select>
 			</FormItem>
-			</Col>
+			</Col> -->
+
 		  </Row>
 		</Form>
 		<div class="mt20">
@@ -343,7 +345,7 @@
 		  page: 1,
 		  limit: 15,
 		  title: "",
-		  type: "",
+		  type: 2,
 		},
 		listLoading: false,
 		total: 0,
diff --git a/src/router/routes.js b/src/router/routes.js
index 531ee45..5104469 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -28,7 +28,7 @@ import set from './modules/set';
 const frameIn = [{
 		path: '/store/',
 		meta: {
-			title: '元数仓商户端'
+			title: '元数仓发行方'
 		},
 		redirect: {
 			name: 'digital_'
diff --git a/src/setting.js b/src/setting.js
index 212ba33..2530522 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -23,7 +23,7 @@ const Setting = {
      * 基础配置
      * */
     // 网页标题的后缀
-    titleSuffix: util.cookies.get('pageTitle') || '元数仓商户端',
+    titleSuffix: util.cookies.get('pageTitle') || '元数仓发行方',
     // 路由模式,可选值为 history 或 hash
     routerMode: 'history',
     // 页面切换时,是否显示模拟的进度条