Browse Source

update public files

docs_0727
lb 1 year ago
parent
commit
795fb5642e
7 changed files with 5 additions and 7 deletions
  1. BIN
      public/1.png
  2. +1
    -1
      public/index.html
  3. BIN
      public/spc.jpg
  4. BIN
      public/wechat.jpg
  5. +0
    -2
      src/components/BaseListTable.vue
  6. +2
    -2
      src/i18n/zh-CN.js
  7. +2
    -2
      src/views/pages/login.vue

BIN
public/1.png View File

Before After
Width: 3404  |  Height: 1789  |  Size: 293 KiB

+ 1
- 1
public/index.html View File

@@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="<%= BASE_URL %>spc.jpg">
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico">
<!-- 站点配置 -->
<script>
window.SITE_CONFIG = {};


BIN
public/spc.jpg View File

Before After
Width: 1200  |  Height: 960  |  Size: 74 KiB

BIN
public/wechat.jpg View File

Before After
Width: 258  |  Height: 258  |  Size: 27 KiB

+ 0
- 2
src/components/BaseListTable.vue View File

@@ -64,8 +64,6 @@

<script>
import TableHead from './TableHead.vue';
import $http from '@/utils/request'
// TODO:
// 1. 表格拖拽开启/关闭
// 2. 表格的样式'
// 3. more...


+ 2
- 2
src/i18n/zh-CN.js View File

@@ -3,8 +3,8 @@ const t = {}
t.loading = '加载中...'

t.brand = {}
t.brand.lg = '基础框架1'
t.brand.mini = 'basic'
t.brand.lg = '奥镁耐火砖PMS'
t.brand.mini = 'PMS'

t.add = '新增'
t.delete = '删除'


+ 2
- 2
src/views/pages/login.vue View File

@@ -12,7 +12,7 @@
<div class="back-title">
Wel<span>come</span>
<p>
<span class="back-title-point" />&gt;&gt;&gt;项目名称&lt;&lt;&lt;
<span class="back-title-point" />奥镁耐火砖
</p>
</div>
<img
@@ -38,7 +38,7 @@
alt=""
/>
<!-- {{ "title" | i18nFilter }} -->
中建材智能自动化院
奥镁耐火砖PMS
</h3>
</div>



Loading…
Cancel
Save