Sfoglia il codice sorgente

就诊记录静态结构布局完成

lujh 4 settimane fa
parent
commit
befdb4dc5d
3 ha cambiato i file con 1725 aggiunte e 4 eliminazioni
  1. BIN
      src/assets/images/expired.png
  2. 1724 3
      src/views/patients/hospitalRecord/index.vue
  3. 1 1
      vite.config.ts

BIN
src/assets/images/expired.png


File diff suppressed because it is too large
+ 1724 - 3
src/views/patients/hospitalRecord/index.vue


+ 1 - 1
vite.config.ts

@@ -28,7 +28,7 @@ export default defineConfig(({mode, command}) => {
       open: true,
       proxy: {
         [env.VITE_APP_BASE_API]: {
-          target: 'http://localhost:8081',
+          target: 'http://192.168.1.137:8081',
           changeOrigin: true,
           ws: true,
           rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')

Some files were not shown because too many files changed in this diff