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> </div>
<div class="index_from page-account-container"> <div class="index_from page-account-container">
<div class="title">门店管理</div> <div class="title">发行方管理</div>
<Form ref="formInline" :model="formInline" :rules="ruleInline" <Form ref="formInline" :model="formInline" :rules="ruleInline"
@keyup.enter="handleSubmit('formInline')"> @keyup.enter="handleSubmit('formInline')">
<FormItem prop="username"> <FormItem prop="username">

8
src/pages/digital/author/index.vue

@ -26,7 +26,8 @@
</Input> </Input>
</FormItem> </FormItem>
</Col> </Col>
<Col span="8">
<!-- <Col span="8">
<FormItem <FormItem
label="类型:" label="类型:"
label-for="type" label-for="type"
@ -46,7 +47,8 @@
>{{ item.name }}</Option> >{{ item.name }}</Option>
</Select> </Select>
</FormItem> </FormItem>
</Col> </Col> -->
</Row> </Row>
</Form> </Form>
<div class="mt20"> <div class="mt20">
@ -343,7 +345,7 @@
page: 1, page: 1,
limit: 15, limit: 15,
title: "", title: "",
type: "", type: 2,
}, },
listLoading: false, listLoading: false,
total: 0, total: 0,

2
src/router/routes.js

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

2
src/setting.js

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

Loading…
Cancel
Save