feature 订单管理,药品管理

This commit is contained in:
zoujiandong
2023-09-11 15:11:28 +08:00
parent 9c88f454a4
commit c53cd6763f
14 changed files with 5264 additions and 8 deletions
+5 -5
View File
@@ -48,11 +48,11 @@ export default defineConfig({
port: 1798,
//secure: false,
proxy: {
// '/api': {
// target: 'https://vue3.go-admin.dev',
// changeOrigin: true, //开启跨域
// rewrite: (path) => path.replace(/^\/api/, '')
// },
'/book': {
target: 'http://twx.igandan.org',
changeOrigin: true, //开启跨域
rewrite: (path) => path.replace(/^\/book/, '')
},
'/admin': {
target: 'http://dev.hospital.admin.igandanyiyuan.com',
changeOrigin: true, //开启跨域