|
@@ -3,10 +3,11 @@ import vue from "@vitejs/plugin-vue";
|
|
import ViteComponents from "unplugin-vue-components/vite";
|
|
import ViteComponents from "unplugin-vue-components/vite";
|
|
import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
|
|
import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
|
|
|
|
|
|
-const SERVER_URL = "http://192.168.10.123:8000";
|
|
|
|
|
|
+// const SERVER_URL = "http://192.168.10.123:8000";
|
|
// const SERVER_URL = "https://www.markingcloud.com";
|
|
// const SERVER_URL = "https://www.markingcloud.com";
|
|
// const SERVER_URL = "http://192.168.11.103:8090";
|
|
// const SERVER_URL = "http://192.168.11.103:8090";
|
|
// const SERVER_URL = "http://192.168.11.201:8000";
|
|
// const SERVER_URL = "http://192.168.11.201:8000";
|
|
|
|
+const SERVER_URL = "http://192.168.10.225";
|
|
|
|
|
|
const path = require("path");
|
|
const path = require("path");
|
|
|
|
|