ソースを参照

feat:移除debugger

zhb 8 ヶ月 前
コミット
eea8e63fe1
2 ファイル変更7 行追加8 行削除
  1. 3 4
      src/layout/index.vue
  2. 4 4
      vue.config.js

+ 3 - 4
src/layout/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <WaterMark v-if="userRegion == 'EXPERIENCE'" />
+    <!-- <WaterMark v-if="userRegion == 'EXPERIENCE'" /> -->
     <div
       :class="classObj"
       class="app-wrapper"
@@ -35,7 +35,7 @@ import { AppMain, Navbar, Settings, Sidebar, TagsView } from './components';
 import ResizeMixin from './mixin/ResizeHandler';
 import { mapState } from 'vuex';
 import variables from '@/assets/styles/variables.scss';
-import WaterMark from '@/components/WaterMark';
+// import WaterMark from '@/components/WaterMark';
 
 export default {
   name: 'Layout',
@@ -45,8 +45,7 @@ export default {
     RightPanel,
     Settings,
     Sidebar,
-    TagsView,
-    WaterMark
+    TagsView
   },
   mixins: [ResizeMixin],
   computed: {

+ 4 - 4
vue.config.js

@@ -40,7 +40,7 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       ['/iotprod-api']: {
         // target: `http://192.168.1.57:8027`,
-        target: `http://192.168.1.221:7000`,
+        target: `https://dev.a.yunfeiyun.com`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''
@@ -48,7 +48,7 @@ module.exports = {
       },
       ['/icsprod-api']: {
         // target: `http://192.168.1.57:8027`,
-        target: `http://192.168.1.221:7000`,
+        target: `https://dev.a.yunfeiyun.com`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''
@@ -57,7 +57,7 @@ module.exports = {
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://192.168.1.57:8027`,
         // target: `http://192.168.95:8021`,
-        target: `http://192.168.1.221:7000`,
+        target: `https://dev.a.yunfeiyun.com`,
         changeOrigin: true,
         pathRewrite: {
           // ['^' + process.env.VUE_APP_BASE_API]: ''
@@ -65,7 +65,7 @@ module.exports = {
       },
       ['/portalprod-api']: {
         // target: `http://192.168.1.95:7000`,
-        target: `http://192.168.1.221:7000`,
+        target: `https://dev.a.yunfeiyun.com`,
         // target: `http://114.55.0.7:7000`,
         changeOrigin: true,
         pathRewrite: {