소스 검색

bug 修复

lilei 3 년 전
부모
커밋
d12adafeea
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -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,