|
@ -50,6 +50,7 @@ const product = { |
|
|
port: flags.port || 8080, |
|
|
port: flags.port || 8080, |
|
|
staticDirs: [path.join(__dirname, './client')], |
|
|
staticDirs: [path.join(__dirname, './client')], |
|
|
frontParams: { |
|
|
frontParams: { |
|
|
|
|
|
// 以大写字母命名
|
|
|
API_ROOT: FS_UNIAPP_API |
|
|
API_ROOT: FS_UNIAPP_API |
|
|
}, |
|
|
}, |
|
|
mws: [ |
|
|
mws: [ |
|
|