+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 璇︽儏
+ 鍒犻櫎
+
+
+
+
+
+
+
+
+
+
+ 鍙戜欢浜
+
+
+
+ 涓汉閭欢
+ 缇ゅ彂閭欢
+
+
+
+
+ 鍏ㄤ綋鐢ㄦ埛
+ 閭欢鍙戦佹椂闂翠箣鍓嶆敞鍐岀殑鐢ㄦ埛
+ 閭欢鍙戦佷箣鍚庢敞鍐岀殑鐢ㄦ埛
+
+
+
+
+ 鏀朵欢浜
+
+
+
+
+
+
+ 閭欢涓婚
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 缂栬緫
+ 鍒犻櫎
+
+
+
+ 娣诲姞
+
+
+
+ 鍙 娑
+ 纭 瀹
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 鍙 娑
+ 纭 瀹
+
+
+
+
+
+
+
+
diff --git a/src/views/games/details/reward.vue b/src/views/games/details/reward.vue
index 671b291..9eeca88 100644
--- a/src/views/games/details/reward.vue
+++ b/src/views/games/details/reward.vue
@@ -554,7 +554,6 @@ export default {
comment: ''
}
},
- batchDel() {},
batchOpt() {
this.batch.show = !this.batch.show
this.batch.txt = this.batch.show ? '鍏抽棴' : '鎵归噺鎿嶄綔'
diff --git a/vue.config.js b/vue.config.js
index 2b025c6..6e0999f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -95,7 +95,8 @@ module.exports = {
config
// https://webpack.js.org/configuration/devtool/#development
.when(process.env.NODE_ENV === 'development', config =>
- config.devtool('cheap-source-map')
+ // config.devtool('cheap-source-map')
+ config.devtool('source-map')
)
config.when(process.env.NODE_ENV !== 'development', config => {