Commit f6670de5 by Mr. Lan

fix bug.

parent 18e17e15
......@@ -2,5 +2,5 @@
ENV = 'production'
# 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'
export default {
name: 'Process',
components: {
'WfdDesign': () => import('@/components/wfd/components/Wfd')
WfdDesign: () => import('@/components/wfd/components/Wfd')
},
data() {
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