|
@@ -32,9 +32,14 @@ export default defineConfig({
|
|
|
|
|
|
preprocessorOptions: {
|
|
|
less: {
|
|
|
- charset: false,
|
|
|
+ charset: false,
|
|
|
+ modifyVars: {
|
|
|
+ 'arcoblue-6': '#d1402f',
|
|
|
+ },
|
|
|
+ javascriptEnabled: true,
|
|
|
additionalData:
|
|
|
'@import "@/assets/css/theme.less";@import "@/assets/css/global.less";',
|
|
|
+
|
|
|
},
|
|
|
},
|
|
|
},
|
|
@@ -61,8 +66,8 @@ export default defineConfig({
|
|
|
hmr: true,
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
-
|
|
|
- target: "http://192.168.0.59:3001",
|
|
|
+ target: "http://sim.nanodreamtech.com",
|
|
|
+
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
secure: true,
|