2 Commits 47af6055a8 ... 8fe182a72d

Author SHA1 Message Date
  yufan 8fe182a72d 列表 1 year ago
  yufan 286c2249ac 地址 1 year ago
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .env.production
  2. 1 1
      src/views/packageManage/index.vue

+ 2 - 2
.env.production

@@ -1,10 +1,10 @@
-VITE_APP_BASE_URL = 'https://www.sqjyy.cn/gateway'
+VITE_APP_BASE_URL = 'https://sqjyy.cn/gateway'
 VITE_APP_FDFS_WEB_SERVER_URL = 'https://zjzl-test.oss-cn-hangzhou.aliyuncs.com'
 
 # 图书商城token AES加密的秘钥
 VITE_APP_AES_KEY_BOOK_STORE = 'book_aes_store__'
 # 图书馆项目后台地址
-VITE_APP_BOOK_STORE_URL = 'https://www.sqjyy.cn/bookManage/#/bookManage'
+VITE_APP_BOOK_STORE_URL = 'https://sqjyy.cn/bookManage/#/bookManage'
 
 # VITE_APP_BOOK_STORE_URL = 'http://www.areader.org.cn/'
 VITE_APP_PATH = 'production'

+ 1 - 1
src/views/packageManage/index.vue

@@ -161,7 +161,7 @@
   const current = ref<number>(1);
   const pageSize = ref<number>(9);
   let total = ref<any>(0);
-  const isSwitch = ref<number>(1);
+  const isSwitch = ref<number>(2);
   // 搜索
   const search_icon = ref<boolean>(true);
   const search_iconFlag = ref<boolean>(false);