From cf227cf306a3fe9889020b73fa6a6e5b032d2701 Mon Sep 17 00:00:00 2001 From: ldeyun Date: Thu, 3 Oct 2024 23:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=9C=B0=E5=9D=80=E7=AB=AF=E5=8F=A3=EF=BC=9B=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9ucenter=E9=83=A8=E5=88=86=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=BE=84=EF=BC=9B=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=9B=BE=E6=A0=87=E6=96=87=E4=BB=B6=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=8F=8A=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/zh-Hans.js | 4 ++-- main.js | 2 +- pages/grid/grid.vue | 50 ++++++++++++++++++++++++++++----------------- 3 files changed, 34 insertions(+), 22 deletions(-) diff --git a/lang/zh-Hans.js b/lang/zh-Hans.js index e1fd23c..c1f742b 100644 --- a/lang/zh-Hans.js +++ b/lang/zh-Hans.js @@ -110,12 +110,12 @@ export default { ZBGJs: { title: "压缩因子表格", url: "/pagesPackage/ngtools_Par/ZBgJs", - icon:'zt' + icon:'zt.png' }, srjBGJs: { title: "水容积表格", url: "/pagesPackage/ngtools_CNG/srjBgJs", - icon:'vt' + icon:'vt.png' } // , // SqgyJs: { diff --git a/main.js b/main.js index 1093ca3..220e826 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ import App from './App' import i18n from './lang/i18n' -Vue.prototype.staticDir = 'https://ngtools.cn/pic/static/'; +Vue.prototype.staticDir = 'https://ngtools.cn:3000/pic/static/'; Vue.prototype.getStaticFilePath = function(url) { return Vue.prototype.staticDir + url; } diff --git a/pages/grid/grid.vue b/pages/grid/grid.vue index 81e227f..f9de758 100644 --- a/pages/grid/grid.vue +++ b/pages/grid/grid.vue @@ -1,10 +1,10 @@