11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
{
|
|
port: 3005,
|
|
api: {
|
|
host: 'localhost:3000', // 后台代理
|
|
path: '/api/router',
|
|
},
|
|
allowedOrigins: ['localhost', 'xiongxiao.me', 'zxj.im'],
|
|
domain: 'demo.kevisual.xiongxiao.me',
|
|
resources: 'localhost:9000/resources',
|
|
}
|