157578146@qq.com 2 years ago
parent
commit
93e8b0a26c
  1. 2
      src/pages/account/login/index.vue
  2. 8
      src/pages/digital/author/index.vue
  3. 2
      src/router/routes.js
  4. 2
      src/setting.js

2
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">

8
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,

2
src/router/routes.js

@ -28,7 +28,7 @@ import set from './modules/set';
const frameIn = [{
path: '/store/',
meta: {
title: '元数仓商户端'
title: '元数仓发行方'
},
redirect: {
name: 'digital_'

2
src/setting.js

@ -23,7 +23,7 @@ const Setting = {
* 基础配置
* */
// 网页标题的后缀
titleSuffix: util.cookies.get('pageTitle') || '元数仓商户端',
titleSuffix: util.cookies.get('pageTitle') || '元数仓发行方',
// 路由模式,可选值为 history 或 hash
routerMode: 'history',
// 页面切换时,是否显示模拟的进度条

Loading…
Cancel
Save