@ganwei-web/ganwei-pc-cli 6.2.4 → 6.2.5

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.
@@ -16,5 +16,5 @@
16
16
  "ganwei-iotcenter-lowcodeformflow": "http://127.0.0.1:8390"
17
17
  },
18
18
  "applicationPath": {},
19
- "proxyTarget": "https://test.iotapp.ganweicloud.com:5443/"
19
+ "proxyTarget": "https://127.0.0.1:44380/"
20
20
  }
@@ -16,7 +16,7 @@ VITE_APP_PORT = 8150
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = 'https://121.37.247.179:44380/'
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = '127.0.0.1'
@@ -16,7 +16,7 @@ VITE_APP_PORT = 0
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = 'https://124.71.6.182:44390/'
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = '127.0.0.1'
@@ -16,7 +16,7 @@ VITE_APP_PORT = 7777
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = ''
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = ''
@@ -16,7 +16,7 @@ VITE_APP_PORT = 8160
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = 'https://121.37.247.179:44380/'
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = '127.0.0.1'
@@ -16,7 +16,7 @@ VITE_APP_PORT = 0
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = 'https://124.71.6.182:44390/'
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = '127.0.0.1'
@@ -16,7 +16,7 @@ VITE_APP_PORT = 7777
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = ''
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = ''
@@ -16,7 +16,7 @@ VITE_APP_PORT = 0
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = 'https://124.71.6.182:44390/'
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = '127.0.0.1'
@@ -16,7 +16,7 @@ VITE_APP_PORT = 7777
16
16
  VITE_APP_BASE_API = ''
17
17
 
18
18
  # proxy代理配置
19
- VITE_APP_TARGET_URL = ''
19
+ VITE_APP_TARGET_URL = 'https://127.0.0.1:44380/'
20
20
 
21
21
  # 本地地址
22
22
  VITE_APP_THIS_URL = ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganwei-web/ganwei-pc-cli",
3
- "version": "6.2.4",
3
+ "version": "6.2.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,6 +26,7 @@ export function createQuestions(projectName) {
26
26
  message: 'Scaffold Version',
27
27
  choices: [
28
28
  // 第一组选项
29
+ { title: yellow('web-6.2.2'), value: 'ganwei-iotcenter-index-6.2.2' },
29
30
  { title: yellow('web-6.2.1'), value: 'ganwei-iotcenter-index-6.2.1' },
30
31
  // 分隔线
31
32
  { title: '─'.repeat(50), disabled: true },