소스 검색

Merge branch 'develop_hb01' of jianguan-web/jq-repairFusion-html into pre-release

李磊 2 년 전
부모
커밋
e1e79abbbb
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/power/role/menuModal.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/power/role/menuModal.vue

@@ -34,7 +34,7 @@
 
 <script>
 import { STable, VSelect } from '@/components'
-import { addMenuPower } from '@/api/powerRole-md.js'
+import { addMenuPower } from '@/api/power-role.js'
 export default {
   name: 'RoleModal',
   components: {

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://p.xprh.360arrow.com/xprh-admin',
-        // target: 'http://192.168.0.103:8701/xprh-admin',
+        // target: 'http://p.xprh.360arrow.com/xprh-admin',
+        target: 'http://192.168.0.103:8701/xprh-admin',
         // ws: false,
         ws: true,
         changeOrigin: true,