@@ -9,7 +9,7 @@
- 芋道后台管理系统
+ 后台管理系统
@@ -17,16 +17,16 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
@@ -44,26 +44,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 获取验证码
- {{ mobileCodeTimer }}秒后可重新获取
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,22 +75,22 @@
-
-
-
-
-
{{item.title}}
-
-
-
+
+
+
+
+
+
+
+
-
- 📚开发指南
- 🔥视频教程
- ⚡面试手册
- 🤝外包咨询
-
+
+
+
+
+
+
@@ -134,7 +134,8 @@ export default {
data() {
return {
codeUrl: "",
- captchaEnable: true,
+ //是否开启图形验证码
+ captchaEnable: false,
tenantEnable: true,
mobileCodeTimer: 0,
loginForm: {
@@ -145,7 +146,7 @@ export default {
mobile: "",
mobileCode: "",
rememberMe: false,
- tenantName: "芋道源码",
+ tenantName: "租户管理员",
},
scene: 21,
@@ -206,7 +207,7 @@ export default {
});
}
// 验证码开关
- this.captchaEnable = getCaptchaEnable();
+ this.captchaEnable = false;
// 重定向地址
this.redirect = this.$route.query.redirect ? decodeURIComponent(this.$route.query.redirect) : undefined;
this.getCookie();
diff --git a/src/views/socialLogin.vue b/src/views/socialLogin.vue
index 9364cad..90430fb 100644
--- a/src/views/socialLogin.vue
+++ b/src/views/socialLogin.vue
@@ -9,7 +9,7 @@
- 芋道后台管理系统
+ 智慧"车联通"
diff --git a/src/views/sso.vue b/src/views/sso.vue
index e1c5620..047c4df 100644
--- a/src/views/sso.vue
+++ b/src/views/sso.vue
@@ -9,7 +9,7 @@
- 芋道后台管理系统
+ "车联通"后台管理系统
diff --git a/vue.config.js b/vue.config.js
index 62d82b4..1ba3a7c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -8,7 +8,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
-const name = process.env.VUE_APP_TITLE || '芋道管理系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '车联通' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口