yusheng 1 год назад
Родитель
Сommit
9a37887d62
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/views/system/operationLog/components/search.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/system/operationLog/components/search.vue

@@ -25,7 +25,7 @@
             value-format="yyyy-MM-dd HH:mm:ss"
             start-placeholder="开始时间"
             end-placeholder="结束时间"
-            :default-time="['00:00:00', '23:59:59']"
+          
           >
           </el-date-picker>
         </el-form-item>

+ 1 - 1
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
     proxy: {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
-        target: 'http://192.168.1.125:18086',
+        target: 'http://192.168.1.25:18086',
         // target: 'http://192.168.1.158:18086',
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.251:18086',