diff --git a/src/views/login/components/SocialSignin.vue b/src/views/login/components/SocialSignin.vue
deleted file mode 100644
index c77de089..00000000
--- a/src/views/login/components/SocialSignin.vue
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
- 有来认证
-
-
-
-
-
- WeChat
-
-
-
-
-
- QQ
-
-
-
-
-
-
-
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index aa5773c1..6922ddad 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -97,14 +97,6 @@
>
{{ $t('login.password') }}: 123456
-
-
- {{ $t('login.thirdPartyLogin') }}
-
@@ -112,15 +104,6 @@
{{ $t('login.copyright') }}
{{ $t('login.icp') }}
-
-
- Can not be simulated on local, so please combine you own business
- simulation! ! !
-
-
-
-
-
@@ -132,7 +115,6 @@ import { ElForm, ElInput } from 'element-plus';
import router from '@/router';
import LangSelect from '@/components/LangSelect/index.vue';
import SvgIcon from '@/components/SvgIcon/index.vue';
-import SocialSignin from './components/SocialSignin.vue';
// 状态管理依赖
import useStore from '@/store';
diff --git a/vite.config.ts b/vite.config.ts
index 316acee9..78a85c6b 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -25,7 +25,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
open: true, // 运行自动打开浏览器
proxy: {
[env.VITE_APP_BASE_API]: {
- target: 'http://127.0.0.1:9999',
+ target: 'http://localhost:9999',
changeOrigin: true,
rewrite: path =>
path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')