|
@@ -91,8 +91,8 @@ const vueConfig = {
|
|
|
less: {
|
|
|
modifyVars: {
|
|
|
// less vars,customize ant design theme
|
|
|
- // 'primary-color': process.env.VUE_APP_THEME_COLOR,
|
|
|
- // 'link-color': process.env.VUE_APP_THEME_COLOR
|
|
|
+ 'primary-color': process.env.VUE_APP_THEME_COLOR,
|
|
|
+ 'link-color': process.env.VUE_APP_THEME_COLOR,
|
|
|
// 'border-radius-base': '4px'
|
|
|
},
|
|
|
// do not remove this line
|
|
@@ -107,7 +107,7 @@ const vueConfig = {
|
|
|
// If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- // target: 'http://192.168.16.105:8602/ocs-admin',
|
|
|
+ // target: 'http://192.168.16.151/ocs-admin',
|
|
|
// target: 'https://t.ocs.360arrow.com/ocs-admin', // Á·Ï°
|
|
|
target: 'http://p.ocs.360arrow.com/ocs-admin', // Ô¤·¢²¼
|
|
|
ws: false,
|