cloud-web-corejs 1.0.227 → 1.0.228

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.227",
4
+ "version": "1.0.228",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -7,8 +7,8 @@ import {constantRoutes as route1s} from "@base/router/modules/system";
7
7
  import {constantRoutes as route2s} from "@/router/modules/customer";
8
8
 
9
9
  export const constantRoutes = [
10
- ...route1s,
11
- ...route2s
10
+ ...route2s,
11
+ ...route1s
12
12
  ];
13
13
 
14
14
  const createRouter = () =>