src/assets/js/config.js
@@ -7,8 +7,6 @@ const response = await axios.get( resourceCtx + (bookId ? bookId : "1") + "/bookConfig.json" ); activeBook = response.data; goodsStore = response.data.storeRefcode; return response.data; }; export const appId = 3;