Commit 91c21476 authored by 李驰骋's avatar 李驰骋

去掉前缀标识

parent 5e12827b
# ktg-mes-pad # mes-pad
#### Description #### Description
MES系统触控屏端 MES系统触控屏端
......
# ktg-mes-pad # mes-pad
#### 介绍 #### 介绍
MES系统触控屏端 MES系统触控屏端
......
const config = { const config = {
// 产品名称 // 产品名称
productName: 'ktg-mes-pad', productName: 'mes-pad',
// 公司名称 // 公司名称
companyName: 'ktg', companyName: '',
// 产品版本号 // 产品版本号
productVersion: 'V0.1.0', productVersion: 'V0.1.0',
// 版本检查标识 // 版本检查标识
appCode: 'android', appCode: 'android',
// 内部版本号码 // 内部版本号码
appVersion: 1, appVersion: 1,
// 管理基础路径 // 管理基础路径
adminPath: '' adminPath: ''
} }
// 设置后台接口服务的基础地址 // 设置后台接口服务的基础地址
...@@ -26,4 +26,4 @@ config.baseUrl = 'http://192.168.25.105:8080'; ...@@ -26,4 +26,4 @@ config.baseUrl = 'http://192.168.25.105:8080';
//config.baseUrl = "/api"; //config.baseUrl = "/api";
//config.baseUrl = "http://101.200.162.168:8080"; //config.baseUrl = "http://101.200.162.168:8080";
export default config; export default config;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment