瀏覽代碼

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

lujh 4 周之前
父節點
當前提交
befdb4dc5d
共有 3 個文件被更改,包括 1725 次插入4 次删除
  1. 二進制
      src/assets/images/expired.png
  2. 1724 3
      src/views/patients/hospitalRecord/index.vue
  3. 1 1
      vite.config.ts

二進制
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