bianyaqi 2 years ago
parent
commit
bd5f05b40b
  1. 1
      package.json
  2. 6
      src/page-subspecialty/router/index.js
  3. 4
      vue.config.js

1
package.json

@ -68,6 +68,7 @@
"node-sass": "^6.0.1",
"pdfjs-dist": "^2.6.347",
"pizzip": "^3.1.1",
"postcss-px-to-viewport": "^1.1.1",
"qs": "^6.9.4",
"quill": "^1.3.7",
"recorder-js": "^1.0.7",

6
src/page-subspecialty/router/index.js

@ -53,6 +53,12 @@ export const pageRoutes = [
name: 'detail',
meta: { title: '患者360', isTab: true },
component: () => import('@/components/360View/index.vue')
},
{
path: '/formManage',
name: 'formManage',
meta: { title: '患者360', isTab: true },
component: () => import('@/page-subspecialty/views/modules/template/formManage')
}
]

4
vue.config.js

@ -42,8 +42,8 @@ module.exports = {
open: true,
hot: true,
port: 8002,
// host: '127.0.0.1',
host: '192.168.0.179',
host: '127.0.0.1',
// host: '192.168.0.179',
overlay: {
errors: true,
warnings: true

Loading…
Cancel
Save