Merge branch 'rc' of ssh://xmgit.ixm5.cn:10022/xiaomai-cloud-class/xiaomai-cloud-class-web into rc
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -93,6 +93,7 @@ | ... | @@ -93,6 +93,7 @@ |
| "style-loader": "0.23.1", | "style-loader": "0.23.1", | ||
| "terser-webpack-plugin": "2.3.8", | "terser-webpack-plugin": "2.3.8", | ||
| "ts-pnp": "1.1.6", | "ts-pnp": "1.1.6", | ||
| "better-npm-run": "^0.1.0", | |||
| "typescript": "^4.0.2", | "typescript": "^4.0.2", | ||
| "underscore": "^1.10.2", | "underscore": "^1.10.2", | ||
| "url-loader": "2.3.0", | "url-loader": "2.3.0", | ||
| ... | @@ -111,12 +112,45 @@ | ... | @@ -111,12 +112,45 @@ |
| "start:rc": "cross-env DEPLOY_ENV=rc node scripts/start.js", | "start:rc": "cross-env DEPLOY_ENV=rc node scripts/start.js", | ||
| "start:gray": "cross-env DEPLOY_ENV=gray node scripts/start.js", | "start:gray": "cross-env DEPLOY_ENV=gray node scripts/start.js", | ||
| "start:prod": "cross-env DEPLOY_ENV=prod node scripts/start.js", | "start:prod": "cross-env DEPLOY_ENV=prod node scripts/start.js", | ||
| "start:syoo": "better-npm-run start:syoo", | |||
| "build:dev": "cross-env DEPLOY_ENV=dev node scripts/build.js", | "build:dev": "cross-env DEPLOY_ENV=dev node scripts/build.js", | ||
| "build:dev1": "cross-env DEPLOY_ENV=dev node scripts/build.js", | "build:dev1": "better-npm-run build:dev1", | ||
| "build:rc": "cross-env DEPLOY_ENV=rc node scripts/build.js", | "build:rc": "cross-env DEPLOY_ENV=rc node scripts/build.js", | ||
| "build:gray": "cross-env DEPLOY_ENV=gray node scripts/build.js", | "build:gray": "cross-env DEPLOY_ENV=gray node scripts/build.js", | ||
| "build:gray-syoo": "better-npm-run build:gray-syoo", | |||
| "build:prod-syoo": "better-npm-run build:prod-syoo", | |||
| "build:prod": "cross-env DEPLOY_ENV=prod node scripts/build.js" | "build:prod": "cross-env DEPLOY_ENV=prod node scripts/build.js" | ||
| }, | }, | ||
| "betterScripts": { | |||
| "start:syoo": { | |||
| "command": "node scripts/start.js", | |||
| "env": { | |||
| "DEPLOY_ENV": "", | |||
| "BRAND": "syoo" | |||
| } | |||
| }, | |||
| "build:gray-syoo": { | |||
| "command": "node scripts/build.js", | |||
| "env": { | |||
| "DEPLOY_ENV": "gray", | |||
| "BRAND": "syoo" | |||
| } | |||
| }, | |||
| "build:prod-syoo": { | |||
| "command": "node scripts/build.js", | |||
| "env": { | |||
| "DEPLOY_ENV": "prod", | |||
| "BRAND": "syoo" | |||
| } | |||
| }, | |||
| "build:dev1":{ | |||
| "command": "node scripts/build.js", | |||
| "env": { | |||
| "DEPLOY_ENV": "dev1", | |||
| "BRAND": "syoo" | |||
| } | |||
| } | |||
| }, | |||
| "eslintConfig": { | "eslintConfig": { | ||
| "extends": "react-app" | "extends": "react-app" | ||
| }, | }, | ||
| ... | @@ -146,4 +180,4 @@ | ... | @@ -146,4 +180,4 @@ |
| "ali-oss": "^6.12.0", | "ali-oss": "^6.12.0", | ||
| "react-sortable-hoc": "^1.11.0" | "react-sortable-hoc": "^1.11.0" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
src/common/js/platform.js
0 → 100644
src/common/js/wechatApi.js
0 → 100644
src/components/WWOpenData.jsx
0 → 100644
src/components/WWOpenDataCom.jsx
0 → 100644
src/core/platform.js
0 → 100644
src/core/routeHook.js
0 → 100644
src/domains/brand/constants.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment