n20-common-lib 2.7.62 → 2.7.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.7.62",
3
+ "version": "2.7.63",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -573,7 +573,7 @@ export default {
573
573
  if (type === 'preview') {
574
574
  // 预览
575
575
  return {
576
- url: `/onlinePreview?beid=${row[this.keys.rowKey]}`,
576
+ url:`/api/onlinePreview?beid=${row[this.keys.rowKey]}`,
577
577
  name: row[this.keys.name] + '.html',
578
578
  sameOrg: this.seeTypes.test(row[this.keys.name])
579
579
  }