王露 před 1 rokem
rodič
revize
a8f74dcc03
5 změnil soubory, kde provedl 9 přidání a 7 odebrání
  1. 1
    1
      .env
  2. 1
    1
      .env.production
  3. 1
    0
      .gitignore
  4. 5
    4
      src/components/pc/FooterInfo.vue
  5. 1
    1
      vite.config.js

+ 1
- 1
.env Zobrazit soubor

@@ -1 +1 @@
VITE_BASE_URL=http://parkshuyuan.test.hhrchina.com
VITE_BASE_URL=http://117.50.193.182:8001

+ 1
- 1
.env.production Zobrazit soubor

@@ -1,2 +1,2 @@
VITE_NODE_ENV=production
VITE_BASE_URL=http://parkshuyuan.test.hhrchina.com
VITE_BASE_URL=http://117.50.193.182:8001

+ 1
- 0
.gitignore Zobrazit soubor

@@ -14,6 +14,7 @@ dist-ssr

# Editor directories and files
.vscode/*
.history/*
!.vscode/extensions.json
.idea
.DS_Store

+ 5
- 4
src/components/pc/FooterInfo.vue Zobrazit soubor

@@ -25,10 +25,11 @@
<div class="line"></div>
<div class="bottom_info">
<span>版权所有 ©2023-现在</span>
<span>{{ addressConfig }}</span>
<span>沪CP畜2022025118号</span>
<span>沪B2-20200177</span>
<span>沪公网安备31010402001838号</span>
<!-- <span>{{ addressConfig }}</span> -->
<span>书院企业服务中心官网</span>
<span>沪ICP备2023025760号-1</span>
<!-- <span>沪B2-20200177</span>
<span>沪公网安备31010402001838号</span> -->
</div>
</div>
</el-row>

+ 1
- 1
vite.config.js Zobrazit soubor

@@ -48,7 +48,7 @@ export default defineConfig(({ mode }) => {

server: {
host: "0.0.0.0",
port: 8080,
port: 8081,
open: true,
https: false,
proxy: {

Načítá se…
Zrušit
Uložit