|
@@ -416,7 +416,7 @@ export default {
|
|
|
CurrentList: [],
|
|
|
sortIndex: 0,
|
|
|
chsFhList: [",", "。", "”", ":", "》", "?", "!", ";"],
|
|
|
- punctuationList: ['(',')','……','(',')','…'], // 标点数组
|
|
|
+ punctuationList: ['(',')','……','(',')','…','/'], // 标点数组
|
|
|
};
|
|
|
},
|
|
|
//计算属性 类似于data概念
|