From 3833d5f4c2feac7d943a6d4b224a7c74ac9d6548 Mon Sep 17 00:00:00 2001 From: liguobao Date: Thu, 7 Mar 2024 15:12:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4publicPath=20?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/old.ui.yml | 14 +++++++------- House-Map.UI/vue.config.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/old.ui.yml b/.github/workflows/old.ui.yml index 0eaf510..e537bcd 100644 --- a/.github/workflows/old.ui.yml +++ b/.github/workflows/old.ui.yml @@ -30,13 +30,13 @@ jobs: run: npm run build working-directory: ./House-Map.UI - - name: Deploy oldUI Pages - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: gh-pages - folder: ./House-Map.UI/dist/ - clean: true - single-commit: true + # - name: Deploy oldUI Pages + # uses: JamesIves/github-pages-deploy-action@v4 + # with: + # branch: gh-pages + # folder: ./House-Map.UI/dist/ + # clean: true + # single-commit: true - name: Deploy 2048 uses: burnett01/rsync-deployments@4.1 diff --git a/House-Map.UI/vue.config.js b/House-Map.UI/vue.config.js index eb7b861..25711de 100644 --- a/House-Map.UI/vue.config.js +++ b/House-Map.UI/vue.config.js @@ -1,5 +1,5 @@ module.exports = { - publicPath: '/HouseSearch/', + publicPath: '/', assetsDir: 'resource', devServer: { proxy: 'https://house2048.cn'