dai-vue-temp-w
详细信息
build/config.js 2(+1 -1)
diff --git a/build/config.js b/build/config.js
index 185635d..c1970bb 100644
--- a/build/config.js
+++ b/build/config.js
@@ -16,9 +16,9 @@ export default {
],
webpack: {
devServer: {
- // sockHost: '192.168.88.88'
historyApiFallback: true,
allowedHosts: 'all',
+ host: '0.0.0.0',
// 允许访问静态文件
static: {
directory: path.join(__dirname, ''),
in.html 1(+1 -0)
diff --git a/in.html b/in.html
new file mode 100644
index 0000000..e588a89
--- /dev/null
+++ b/in.html
@@ -0,0 +1 @@
+ff
\ No newline at end of file