diff --git a/.env.development b/.env.development
index 55d4f05..82472b6 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 工刀具库WMS
+VUE_APP_TITLE = 工刀具库WMS(内部)
# 开发环境配置
ENV = 'development'
diff --git a/.env.production b/.env.production
index a7fdd40..e950261 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 工刀具库WMS
+VUE_APP_TITLE = 工刀具库WMS(内部)
# 生产环境配置
ENV = 'production'
diff --git a/.env.staging b/.env.staging
index 84da5c5..ceee7e1 100644
--- a/.env.staging
+++ b/.env.staging
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 工刀具库WMS
+VUE_APP_TITLE = 工刀具库WMS(内部)
NODE_ENV = production
diff --git a/package.json b/package.json
index 3549dbe..4810a9d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ktg-mes-ui",
"version": "3.8.2",
- "description": "工刀具库WMS",
+ "description": "工刀具库WMS(内部)",
"author": "YinJinLu",
"license": "MIT",
"scripts": {
diff --git a/src/App.vue b/src/App.vue
index 391d951..c6aa3be 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,6 @@
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 3530d4d..1bed9b9 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -37,7 +37,7 @@ export default {
},
data() {
return {
- title: '工刀具库WMS',
+ title: '工刀具库WMS(内部)',
logo: ""
}
}
diff --git a/src/views/login.vue b/src/views/login.vue
index b14d38b..3e01127 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,7 +1,7 @@
- 工刀具库WMS
+ 智能刀具库WMS(内部)
@@ -89,7 +88,7 @@ export default {
},
loading: false,
// 验证码开关
- captchaOnOff: true,
+ captchaOnOff: false,
// 注册开关
register: false,
redirect: undefined
diff --git a/vue.config.js b/vue.config.js
index 610e4e4..ae06fc1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,9 +7,9 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
-const name = process.env.VUE_APP_TITLE || '工刀具库WMS' // 网页标题
+const name = process.env.VUE_APP_TITLE || '工刀具库WMS(内部)' // 网页标题
-const port = process.env.port || process.env.npm_config_port || 80 // 端口
+const port = process.env.port || process.env.npm_config_port || 3000 // 端口
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions