vg-print 1.1.402 → 1.1.403

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/README.md CHANGED
@@ -841,7 +841,7 @@ hiprint.register({ authKey: '', plugins: [] })
841
841
  // 初始化元素提供器 (默认元素提供器)
842
842
  hiprint.init({
843
843
  // providers: [new defaultElementTypeProvider()],
844
- host: 'http://localhost:17521',
844
+ host: 'http://127.0.0.1:17521',
845
845
  token: '',
846
846
  lang: 'en'
847
847
  })