diff --git a/src/views/ledger/detail[id].vue b/src/views/ledger/detail[id].vue index 376c302..7a6e1c3 100644 --- a/src/views/ledger/detail[id].vue +++ b/src/views/ledger/detail[id].vue @@ -40,18 +40,26 @@ show-word-limit :maxlength="10"/> - + - + + + diff --git a/vite.config.ts b/vite.config.ts index c581044..5726f7a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' import { viteMockServe } from 'vite-plugin-mock' // const API_HOST = '14.103.235.151' -const API_HOST = '127.0.0.1' +const API_HOST = '100.66.1.3' // https://vitejs.dev/config/ export default defineConfig({