|
@@ -3,7 +3,7 @@
|
|
|
* @Author: 欧阳承珺
|
|
|
* @LastEditors: 欧阳承珺
|
|
|
* @Date: 2022-10-17 11:06:52
|
|
|
- * @LastEditTime: 2022-11-14 13:39:34
|
|
|
+ * @LastEditTime: 2022-11-16 09:41:56
|
|
|
*/
|
|
|
export default {
|
|
|
// Global page headers: https://go.nuxtjs.dev/config-head
|
|
@@ -26,7 +26,10 @@ export default {
|
|
|
'@/assets/main.scss',
|
|
|
{src:'element-ui/lib/theme-chalk/index.css'},
|
|
|
],
|
|
|
-
|
|
|
+ server: {
|
|
|
+ host: '0.0.0.0',
|
|
|
+ port: 8082
|
|
|
+ },
|
|
|
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
|
|
|
plugins: [
|
|
|
'~/plugins/axios',
|