+
+
+ 新增
+
+
+
+
+
+
+
+ 删除
+ 修改
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/login.vue b/src/views/login.vue
index f7f592c..e15700f 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -72,8 +72,8 @@ export default {
return {
codeUrl: "",
loginForm: {
- username: "admin",
- password: "admin123",
+ username: "",
+ password: "",
rememberMe: false,
code: "",
uuid: ""
diff --git a/vue.config.js b/vue.config.js
index b1be646..59f4f48 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,8 +38,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
// target: `http://1.13.246.108:8080`,
// target: 'http://113.45.190.154:8080', // 线上
- target: 'http://192.168.2.21:8080', // 代
- // target: 'http://192.168.2.4:8080', // 嗨
+ // target: 'http://192.168.2.34:8080', // 代
+ target: 'http://192.168.2.21:8080', // 嗨
// target:'https://1e312ae8.r27.cpolar.top', // 嗨
// target: 'https://2d1a399f.r27.cpolar.top', // 嗨
changeOrigin: true,