@7365admin1/core 3.32.2-staging.100 → 3.32.2-staging.101
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14373,7 +14373,7 @@ var NotificationService = class {
|
|
|
14373
14373
|
{
|
|
14374
14374
|
bulletinId: payload.bulletinId.toString(),
|
|
14375
14375
|
status: payload.status,
|
|
14376
|
-
module: "
|
|
14376
|
+
module: "bulletinBoard",
|
|
14377
14377
|
screen: "/(user)/bulletinInfo",
|
|
14378
14378
|
siteId: payload.siteId?.toString(),
|
|
14379
14379
|
params: {
|
|
@@ -14445,7 +14445,7 @@ var NotificationService = class {
|
|
|
14445
14445
|
{
|
|
14446
14446
|
bulletinId: payload.bulletinId.toString(),
|
|
14447
14447
|
status: payload.status,
|
|
14448
|
-
module: "
|
|
14448
|
+
module: "bulletinBoard",
|
|
14449
14449
|
screen: "/(user)/(bulletin-board)",
|
|
14450
14450
|
siteId: payload.siteId?.toString(),
|
|
14451
14451
|
params: {
|