Commit f6670de5 by Mr. Lan

fix bug.

parent 18e17e15
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
ENV = 'production' ENV = 'production'
# base api # base api
VUE_APP_BASE_API = 'http://fdevops.com:8002' VUE_APP_BASE_API = 'http://fdevops.com:8001'
...@@ -164,7 +164,7 @@ import { listUser } from '@/api/system/sysuser' ...@@ -164,7 +164,7 @@ import { listUser } from '@/api/system/sysuser'
export default { export default {
name: 'Process', name: 'Process',
components: { components: {
'WfdDesign': () => import('@/components/wfd/components/Wfd') WfdDesign: () => import('@/components/wfd/components/Wfd')
}, },
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment