Browse Source

2025-08-04 QC调整

master
fengyuan_yang 5 months ago
parent
commit
a32e8f00fa
  1. 2
      index.html
  2. 1
      src/api/qc/qc.js
  3. BIN
      src/assets/img/avatar-old.png
  4. BIN
      src/assets/img/avatar.png
  5. 4
      src/views/common/home.vue
  6. 4
      src/views/main-navbar.vue
  7. BIN
      static/img/favicon-old.ico
  8. BIN
      static/img/favicon.ico

2
index.html

@ -10,7 +10,7 @@
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>
<% }else { %>
<!-- 开发环境 -->
<link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico">
<script src="./static/config/index.js"></script>
<script src="./static/plugins/mock-1.0.0-beta3/mock-min.js"></script>
<script src="./static/plugins/echarts-3.8.5/echarts.common.min.js"></script>

1
src/api/qc/qc.js

@ -223,3 +223,4 @@ export const downLoadObjectFile = data => createAPI(`pms/eamObject/downLoadObjec
export const deleteObjectFile= data => createAPI(`/pms/qc/deleteObjectFile`,'post',data)
export const getUserRoleList= data => createAPI(`/pms/qc/getUserRoleList`,'post',data)
export const getOperatorList = data => createAPI(`/pms/qc/getOperatorList`,'post',data)

BIN
src/assets/img/avatar-old.png

After

Width: 250  |  Height: 259  |  Size: 24 KiB

BIN
src/assets/img/avatar.png

Before

Width: 250  |  Height: 259  |  Size: 24 KiB

After

Width: 2000  |  Height: 858  |  Size: 58 KiB

4
src/views/common/home.vue

@ -1,6 +1,6 @@
<template>
<div class="mod-home">
<h3>旭捷</h3>
<h3>博应</h3>
<ul>
<li><h3>欢迎:{{userName}}!!!</h3></li>
</ul>
@ -39,7 +39,7 @@
}
},
beforeMount() {
this.languageRefresh()
// this.languageRefresh()
this.languagePack()
},

4
src/views/main-navbar.vue

@ -116,7 +116,7 @@ export default {
message: this.$t('language.name'),
languageList: [],
pageLanguage: {
XjSysManage: '旭捷管理系统',
XjSysManage: '博应管理系统',
abbreviation: '旭捷',
setting: '设置',
languageSetting: '语言设置',
@ -130,7 +130,7 @@ export default {
pageLanguageList: [
{
functionId: "systemInformation",
languageValue: '旭捷管理系统',
languageValue: '博应管理系统',
objectId: 'XjSysManage',
objectType: "label",
tableId: "systemInformation"

BIN
static/img/favicon-old.ico

After

Width: 32  |  Height: 33  |  Size: 2.4 KiB

BIN
static/img/favicon.ico

Before

Width: 32  |  Height: 33  |  Size: 2.4 KiB

After

Width: 2000  |  Height: 858  |  Size: 58 KiB

Loading…
Cancel
Save