|
@@ -3,12 +3,14 @@ import vue from "@vitejs/plugin-vue";
|
|
|
|
|
|
import { resolve } from "path";
|
|
|
|
|
|
-const target = "http://47.101.180.183:10010";
|
|
|
+// const target = "http://192.168.2.8:10010";
|
|
|
+const target = "http://192.168.2.118:10010";
|
|
|
+// const target = "http://47.101.180.183:10010";
|
|
|
|
|
|
export default defineConfig({
|
|
|
plugins: [vue()],
|
|
|
server: {
|
|
|
- host: "127.0.0.1",
|
|
|
+ host: "0.0.0.0",
|
|
|
port: 19123,
|
|
|
open: true,
|
|
|
proxy: {
|