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 @@