@titaui/pc 1.9.98 → 1.9.99

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.
@@ -56,7 +56,7 @@ var DEMO_FREE_MENU_CONFIG = {
56
56
  signUrl: "",
57
57
  status: 0,
58
58
  tenantId: 0,
59
- title: "demofree",
59
+ title: "预约演示",
60
60
  type: "hash"
61
61
  };
62
62
  exports.DEMO_FREE_MENU_CONFIG = DEMO_FREE_MENU_CONFIG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.9.98",
3
+ "version": "1.9.99",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "src/index.js",
@@ -39,6 +39,6 @@ export const DEMO_FREE_MENU_CONFIG = {
39
39
  signUrl: "",
40
40
  status: 0,
41
41
  tenantId: 0,
42
- title: "demofree",
42
+ title: "预约演示",
43
43
  type: "hash",
44
44
  };