-
+
+
diff --git a/src/icons/svg/hamburgerBtn.svg b/src/icons/svg/hamburgerBtn.svg
new file mode 100644
index 0000000..ff6c20f
--- /dev/null
+++ b/src/icons/svg/hamburgerBtn.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/src/lang/i18n.js b/src/lang/i18n.js
index ede62a3..53d5a85 100644
--- a/src/lang/i18n.js
+++ b/src/lang/i18n.js
@@ -1,7 +1,9 @@
export default {
title: {
- en: 'ARI WMS',
- zh: '中建材自动化智能仓库管理系统'
+ en: 'SCC System',
+ zh: '供应链协同管理系统'
+ // en: 'ARI WMS',
+ // zh: '中建材自动化智能仓库管理系统'
},
btn: {
start: {
diff --git a/src/lang/i18n/en/module/dashboard.js b/src/lang/i18n/en/module/dashboard.js
index cf961cf..c2f9999 100644
--- a/src/lang/i18n/en/module/dashboard.js
+++ b/src/lang/i18n/en/module/dashboard.js
@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2022-03-15 16:42:34
* @LastEditors: zwq
- * @LastEditTime: 2022-06-06 15:53:29
+ * @LastEditTime: 2022-06-21 11:23:55
* @Description: file content
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
*/
@@ -10,7 +10,7 @@
export default {
first: 'First Row',
second: 'Second Row',
- title: 'WMS Inventory Information',
+ title: 'Inventory Information',
pageHeader: 'No.',
pageFooter: ' Page',
isEmpty: 'Is Empty',
diff --git a/src/lang/i18n/zh/module/dashboard.js b/src/lang/i18n/zh/module/dashboard.js
index 1b716fe..8a3790f 100644
--- a/src/lang/i18n/zh/module/dashboard.js
+++ b/src/lang/i18n/zh/module/dashboard.js
@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2022-03-15 16:42:34
* @LastEditors: zwq
- * @LastEditTime: 2022-06-07 15:08:30
+ * @LastEditTime: 2022-06-21 11:23:46
* @Description: file content
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
*/
@@ -10,7 +10,7 @@
export default {
first: '第一排',
second: '第二排',
- title: 'WMS库存信息',
+ title: '库存信息',
pageHeader: '第',
pageFooter: '页',
isEmpty: '是否为空',
diff --git a/src/settings.js b/src/settings.js
index 6dc235f..2b44e2c 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -1,13 +1,14 @@
/*
* @Date: 2020-12-14 09:07:03
* @LastEditors: zwq
- * @LastEditTime: 2022-06-06 15:58:41
+ * @LastEditTime: 2022-06-21 11:24:50
* @FilePath: \basic-admin\src\settings.js
* @Description:
*/
module.exports = {
- title: 'ARI WMS',
+ title: 'SCC System',
+ // title: 'ARI WMS',
/**
* @type {boolean} true | false
diff --git a/vue.config.js b/vue.config.js
index f778620..6895c26 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -47,15 +47,15 @@ module.exports = {
proxy: {
'/api': {
// target: 'http://localhost:8080',
- // target: 'http://192.168.0.148:8080',
- target: 'http://a.wms.picaiba.com/api',
+ // target: 'http://192.168.1.38:8080',
+ target: 'http://a.wms.picaiba.com',
// target: 'http://192.168.0.127:8080',
// target: 'http://192.168.0.165:8080',
// target: 'http://192.168.43.105:8080',
// target: 'http://127.0.0.1:8080',
// target: 'http://192.168.0.70:8080',
// target: 'http://192.168.0.199:8080',
-
+
ws: true,
changeOrigin: true,
pathRewrite: {
@@ -188,4 +188,4 @@ module.exports = {
}
)
}
-}
\ No newline at end of file
+}