|
@@ -3,9 +3,9 @@ import vue from "@vitejs/plugin-vue";
|
|
|
import ViteComponents from "unplugin-vue-components/vite";
|
|
|
import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
|
|
|
|
|
|
-// const SERVER_URL = "http://192.168.10.108:7180";
|
|
|
+const SERVER_URL = "http://192.168.10.108:7180";
|
|
|
// const SERVER_URL = "http://192.168.10.138:13800";
|
|
|
-const SERVER_URL = "http://192.168.10.39:7180";
|
|
|
+// const SERVER_URL = "http://192.168.10.39:7180";
|
|
|
// const SERVER_URL = "http://192.168.10.54:8001";
|
|
|
const path = require("path");
|
|
|
|