|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-05-03 22:14:16
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-05-10 12:56:34
|
|
|
|
|
* @LastEditTime: 2022-05-10 14:18:39
|
|
|
|
|
* @Description: file content
|
|
|
|
|
*/
|
|
|
|
|
export default {
|
|
|
|
@ -12,10 +12,6 @@ export default {
|
|
|
|
|
htmlAttrs: {
|
|
|
|
|
lang: 'zh'
|
|
|
|
|
},
|
|
|
|
|
server: {
|
|
|
|
|
port: 3000, // default: 3000
|
|
|
|
|
host: '0.0.0.0' // default: localhost,
|
|
|
|
|
},
|
|
|
|
|
meta: [
|
|
|
|
|
{ charset: 'utf-8' },
|
|
|
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
|
|
|
@ -84,5 +80,9 @@ export default {
|
|
|
|
|
changeOrigin: true, // 表示是否跨域
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
server: {
|
|
|
|
|
port: 3000, // default: 3000
|
|
|
|
|
host: '0.0.0.0' // default: localhost,
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|