Forráskód Böngészése

1、修改了一些字段;2、修改了配置文件

xuruhua 1 éve
szülő
commit
cc32769b48
5 módosított fájl, 8 hozzáadás és 7 törlés
  1. 1 1
      .env
  2. 2 2
      .env.test
  3. 2 1
      .gitignore
  4. 2 2
      src/views/Login/SocialLogin.vue
  5. 1 1
      src/views/Login/components/LoginForm.vue

+ 1 - 1
.env

@@ -8,7 +8,7 @@ VITE_PORT=80
 VITE_OPEN=true
 
 # 租户开关
-VITE_APP_TENANT_ENABLE=true
+VITE_APP_TENANT_ENABLE=false
 
 # 验证码的开关
 VITE_APP_CAPTCHA_ENABLE=true

+ 2 - 2
.env.test

@@ -4,10 +4,10 @@ NODE_ENV=production
 VITE_DEV=false
 
 # 请求路径
-VITE_BASE_URL='http://10.0.5.228:48080'
+VITE_BASE_URL='http://10.0.5.228:8002'
 
 # 上传路径
-VITE_UPLOAD_URL='http://10.0.5.228:48080/admin-api/infra/file/upload'
+VITE_UPLOAD_URL='http://10.0.5.228:8002/admin-api/infra/file/upload'
 
 # 接口前缀
 VITE_API_BASEPATH=

+ 2 - 1
.gitignore

@@ -1,4 +1,5 @@
-node_modules
+unpackage /*
+node_modules 
 .DS_Store
 dist
 dist-ssr

+ 2 - 2
src/views/Login/SocialLogin.vue

@@ -196,9 +196,9 @@ const loginData = reactive({
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
   loginForm: {
-    tenantName: '芋道源码',
+    tenantName: '非繁科技',
     username: 'admin',
-    password: 'admin123',
+    password: 'zx123',
     captchaVerification: '',
     rememberMe: false
   }

+ 1 - 1
src/views/Login/components/LoginForm.vue

@@ -184,7 +184,7 @@ const loginData = reactive({
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
   loginForm: {
-    tenantName: '芋道源码',
+    tenantName: '非繁科技',
     username: 'admin',
     password: 'zx123',
     captchaVerification: '',