qymljy 1 year ago
parent
commit
1f4d25d9d2
2 changed files with 1 additions and 7 deletions
  1. 0 6
      .idea/inspectionProfiles/Project_Default.xml
  2. 1 1
      vue.config.js

+ 0 - 6
.idea/inspectionProfiles/Project_Default.xml

@@ -1,6 +0,0 @@
-<component name="InspectionProjectProfileManager">
-  <profile version="1.0">
-    <option name="myName" value="Project Default" />
-    <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
-  </profile>
-</component>

+ 1 - 1
vue.config.js

@@ -11,7 +11,7 @@ module.exports = {
     port: 8080,
     proxy: {
       '/apis': {
-        target: 'http://192.168.3.111:8100',  // target host
+        target: 'http://61.164.207.46:8100/',  // target host
         // target: 'https://meida.cnyunl.com',
         ws: true,  // proxy websockets 
         changeOrigin: true,  // needed for virtual hosted sites