diff --git a/app/pages/LiveRoom/index.vue b/app/pages/LiveRoom/index.vue
new file mode 100644
index 0000000..e990d69
--- /dev/null
+++ b/app/pages/LiveRoom/index.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
拍品
+
(1/188)
+
+
+
+
+
+
开启出价
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/static/images/lock4@2x.png b/app/static/images/lock4@2x.png
new file mode 100644
index 0000000..70f7816
Binary files /dev/null and b/app/static/images/lock4@2x.png differ
diff --git a/nuxt.config.js b/nuxt.config.js
index 070a8af..6e6aae3 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -143,12 +143,10 @@ export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
-
// 指定 Nuxt 应用程序的兼容性日期,确保应用程序在未来的 Nuxt 版本中保持稳定性
compatibilityDate: '2025-01-09',
-
devServer: {
- host: '0.0.0.0',
- port: 3000,
+ host: 'localhost', // Set the host to 'localhost'
+ port: 3000, // Set the port to 3000 or any other port you prefer
},
})
\ No newline at end of file