feat(develop): init
Signed-off-by: 杨俊 <yangjun@hikoon.com>
Showing
2 changed files
with
10 additions
and
10 deletions
... | @@ -9,10 +9,10 @@ import VitePluginOss from 'vite-plugin-oss'; | ... | @@ -9,10 +9,10 @@ import VitePluginOss from 'vite-plugin-oss'; |
9 | const config = { | 9 | const config = { |
10 | VITE_OSS_ACCESS_KEY: 'LTAI5t7LPdTdw9bSY7JUJmyG', | 10 | VITE_OSS_ACCESS_KEY: 'LTAI5t7LPdTdw9bSY7JUJmyG', |
11 | VITE_OSS_ACCESS_SECRET: 'qBiMksMt7DakR5cLQc03LCcsdwhPH1', | 11 | VITE_OSS_ACCESS_SECRET: 'qBiMksMt7DakR5cLQc03LCcsdwhPH1', |
12 | VITE_OSS_BUCKET: 'hising', | 12 | VITE_OSS_BUCKET: 'hising-pao', |
13 | VITE_OSS_REGION: 'oss-cn-hangzhou', | 13 | VITE_OSS_REGION: 'oss-cn-hangzhou', |
14 | VITE_OSS_HOST: 'https://hising-cdn.hikoon.com', | 14 | VITE_OSS_HOST: 'https://paopao-cdn.hikoon.com', |
15 | VITE_OSS_ENDPOINT: 'https://hising.oss-cn-hangzhou.aliyuncs.com', | 15 | VITE_OSS_ENDPOINT: 'https://hising-pao.oss-cn-hangzhou.aliyuncs.com', |
16 | }; | 16 | }; |
17 | 17 | ||
18 | const ossPath = `vendor/manage/asset${new Date() | 18 | const ossPath = `vendor/manage/asset${new Date() |
... | @@ -62,7 +62,7 @@ export default defineConfig({ | ... | @@ -62,7 +62,7 @@ export default defineConfig({ |
62 | define: { | 62 | define: { |
63 | 'process.env': { | 63 | 'process.env': { |
64 | VITE_ENV: 'production', | 64 | VITE_ENV: 'production', |
65 | VITE_API_HOST: 'https://hising.hikoon.com', | 65 | VITE_API_HOST: 'https://paopao.hikoon.com', |
66 | VITE_SHOW_LOGIN_ACCOUNT: false, | 66 | VITE_SHOW_LOGIN_ACCOUNT: false, |
67 | ...config, | 67 | ...config, |
68 | }, | 68 | }, | ... | ... |
... | @@ -33,14 +33,14 @@ export default defineConfig({ | ... | @@ -33,14 +33,14 @@ export default defineConfig({ |
33 | define: { | 33 | define: { |
34 | 'process.env': { | 34 | 'process.env': { |
35 | VITE_ENV: 'production', | 35 | VITE_ENV: 'production', |
36 | VITE_API_HOST: 'https://hising.hikoon.com', | 36 | VITE_API_HOST: 'https://paopao.hikoon.com', |
37 | VITE_SHOW_LOGIN_ACCOUNT: false, | 37 | VITE_SHOW_LOGIN_ACCOUNT: false, |
38 | VITE_OSS_ACCESS_KEY: 'LTAI4GKtcA6yTV6wnapivq7Y', | 38 | VITE_OSS_ACCESS_KEY: 'LTAI5t7LPdTdw9bSY7JUJmyG', |
39 | VITE_OSS_ACCESS_SECRET: 'QPEt0HPEuRe7wIk2wZNtKPF6L0xMmQ', | 39 | VITE_OSS_ACCESS_SECRET: 'qBiMksMt7DakR5cLQc03LCcsdwhPH1', |
40 | VITE_OSS_BUCKET: 'hisin', | 40 | VITE_OSS_BUCKET: 'hising-pao', |
41 | VITE_OSS_REGION: 'oss-cn-hangzhou', | 41 | VITE_OSS_REGION: 'oss-cn-hangzhou', |
42 | VITE_OSS_HOST: 'https://hi-sing-cdn.hikoon.com', | 42 | VITE_OSS_HOST: 'https://paopao-cdn.hikoon.com', |
43 | VITE_OSS_ENDPOINT: 'https://hisin.oss-cn-hangzhou.aliyuncs.com', | 43 | VITE_OSS_ENDPOINT: 'https://hising-pao.oss-cn-hangzhou.aliyuncs.com', |
44 | }, | 44 | }, |
45 | }, | 45 | }, |
46 | }); | 46 | }); | ... | ... |
-
Please register or sign in to post a comment