diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e8a49c9..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: http://doc.ruoyi.vip/bms-vue/other/donate.html diff --git a/evo-tech-finance.zip b/evo-tech-finance.zip deleted file mode 100644 index 0074aa6..0000000 Binary files a/evo-tech-finance.zip and /dev/null differ diff --git a/index.html b/index.html index 1ecdb97..fa52b4c 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + 伊特BMS管理系统 \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 7992d8a..c32a555 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,34 +1,775 @@ diff --git a/src/views/login.vue b/src/views/login.vue index 8b64e6b..442d08c 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,6 +1,7 @@ @@ -163,25 +167,38 @@ getCode() getCookie() + + diff --git a/src/views/register.vue b/src/views/register.vue index badd966..e05e1d9 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -70,7 +70,7 @@ diff --git a/vite.config.js b/vite.config.js index d3d9b6d..f4a9241 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite' import path from 'path' import createVitePlugins from './vite/plugins' -const baseUrl = 'http://localhost:8080' // 后端接口 +const baseUrl = 'http://192.168.5.200:8011' // 后端接口 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => { @@ -43,7 +43,7 @@ export default defineConfig(({ mode, command }) => { // vite 相关配置 server: { port: 80, - host: true, + host: '192.168.5.209',//true, open: true, proxy: { // https://cn.vitejs.dev/config/#server-proxy