zs 1 năm trước cách đây
mục cha
commit
ff46cba7af
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 4 4
      .env.production
  2. 1 1
      src/views/core/car/index.vue

+ 4 - 4
.env.production

@@ -1,8 +1,8 @@
-VITE_BASE_URL = "/zdlyjszyAdmin"
-VITE_OUT_DIR = "zdlyjszyAdmin"
-VITE_REQUEST_BASE = '/zdlyjszy/api'
+VITE_BASE_URL = "/usedCarAdmin"
+VITE_OUT_DIR = "usedCarAdmin"
+VITE_REQUEST_BASE = '/usedCar/api'
 VITE_APP_HOST="https://broadcast.waityou24.cn"
 VITE_APP_PAGE_SIZE=15
 VITE_APP_ROUTER="admin"
 VITE_APP_ENV = 'production'
-VITE_API_BASE='/zdlyjszy/api'
+VITE_API_BASE='/usedCar/api'

+ 1 - 1
src/views/core/car/index.vue

@@ -200,7 +200,7 @@ let fields: Ref<any[]> = ref([
   { label: '新车价格', model: 'price' },
   { label: '实付价格', model: 'real_pay' },
   { label: '车龄', model: 'age', isSearch: true },
-  { label: '过户次数', model: 'number', isSearch: true },
+  { label: '过户次数', model: 'number' },
   { label: '状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
 ]);
 // 操作