rebrand: rename to MileStone Co. ERP
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM amazoncorretto:8-alpine
|
||||
RUN apk add --no-cache fontconfig ttf-dejavu
|
||||
WORKDIR /app
|
||||
COPY jshERP-boot/target/jshERP.jar /app/jshERP.jar
|
||||
COPY jshERP-web/dist /app/static
|
||||
|
||||
6
jshERP-web/public/index.html
vendored
6
jshERP-web/public/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="description" content="基于SpringBoot框架,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。主要模块有零售管理、采购管理、销售管理、仓库管理、财务管理、报表查询、基础数据、系统管理等。" />
|
||||
<meta name="description" content="MileStone Industrial Development Corporation ERP System" />
|
||||
<meta name="keywords" content="erp,erp系统,进销存,进销存系统" />
|
||||
<link rel="icon" href="<%= BASE_URL %>static/favicon.ico">
|
||||
<style>
|
||||
@@ -248,7 +248,7 @@
|
||||
if (ajax.readyState===4 &&ajax.status===200) {
|
||||
res = ajax.responseText;
|
||||
} else {
|
||||
res = 'ERP系统';
|
||||
res = 'MileStone Co. ERP';
|
||||
}
|
||||
}
|
||||
ajax.open('get', url, false);
|
||||
@@ -295,7 +295,7 @@ translate.language.setLocal('chinese_simplified');
|
||||
translate.service.use('client.edge');
|
||||
//翻译自定义
|
||||
translate.nomenclature.append('chinese_simplified','english',`
|
||||
管伊佳ERP=GuanYiJia
|
||||
MileStone Co. ERP=MileStone Co. ERP
|
||||
`)
|
||||
//开启html页面变化的监控,对变化部分会进行自动翻译
|
||||
translate.listener.start();
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<span class="action" v-if="showAd">
|
||||
<a v-if="theme==='light'" class="ad_title" target="_blank" :href="payFeeUrl">
|
||||
<a-icon type="cloud" theme="filled" style="color: yellow; font-size: 16px; line-height: 16px; padding-right: 5px" />
|
||||
<span>管伊佳ERP网络版198元1年</span>
|
||||
<span>MileStone Co. ERP</span>
|
||||
</a>
|
||||
</span>
|
||||
<!-- update_begin author:zhaoxin date:20191129 for: 做头部菜单栏导航 -->
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<div slot="content">
|
||||
<img src="/static/weixin.jpg" style="width:258px" />
|
||||
</div>
|
||||
<a-button type="link" v-if="showWeixinSpan()">管伊佳ERP微信小程序</a-button>
|
||||
<a-button type="link" v-if="showWeixinSpan()">MileStone Co. ERP</a-button>
|
||||
</a-popover>
|
||||
© 2015-2030 {{systemTitle}} V3.6
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user