Commit 7f14cc86267623b71ad269c917e874739e408dfa

Authored by 田强
1 parent b6d9ac79

chore: 更新应用名称

@@ -8,7 +8,7 @@ export default defineConfig({ @@ -8,7 +8,7 @@ export default defineConfig({
8 'process.env.site': 'http://qx-test.qgutech.com', 8 'process.env.site': 'http://qx-test.qgutech.com',
9 // 'process.env.apiUrl': 'http://192.168.181.107/qgyun-api', 9 // 'process.env.apiUrl': 'http://192.168.181.107/qgyun-api',
10 // 'process.env.apiUrl': 'http://192.168.1.180/qx-api', 10 // 'process.env.apiUrl': 'http://192.168.1.180/qx-api',
11 - 'process.env.apiUrl': 'http://test.qixiaocloud.com/qx-api', 11 + 'process.env.apiUrl': 'http://test.qgutech.com/qx-api',
12 // 'process.env.apiUrl': 'https://uat.qgutech.com/qx-api', 12 // 'process.env.apiUrl': 'https://uat.qgutech.com/qx-api',
13 'process.env.wf.appCode': 'wf', 13 'process.env.wf.appCode': 'wf',
14 'process.env.wf.funCode': 'ew57e', 14 'process.env.wf.funCode': 'ew57e',
1 { 1 {
2 - "name": "qx-apaas-runtime", 2 + "name": "rt",
3 "private": true, 3 "private": true,
4 "scripts": { 4 "scripts": {
5 "start": "umi dev", 5 "start": "umi dev",
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 "gitHooks": { 14 "gitHooks": {
15 "pre-commit": "lint-staged" 15 "pre-commit": "lint-staged"
16 }, 16 },
17 - "lint-staged": { 17 + "lint-staged": {
18 "src/**/*.{js,jsx,less,md,json}": [ 18 "src/**/*.{js,jsx,less,md,json}": [
19 "prettier --write" 19 "prettier --write"
20 ], 20 ],