Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
manageWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f6bda04d
...
f6bda04d8329251d18820b97cbed6650ccc124ab
authored
2024-06-20 17:27:24 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(develop): init
Signed-off-by: 杨俊 <yangjun@hikoon.com>
1 parent
17b305b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
config/vite.config.cdn.ts
config/vite.config.prod.ts
config/vite.config.cdn.ts
View file @
f6bda04
...
...
@@ -9,10 +9,10 @@ import VitePluginOss from 'vite-plugin-oss';
const
config
=
{
VITE_OSS_ACCESS_KEY
:
'LTAI5t7LPdTdw9bSY7JUJmyG'
,
VITE_OSS_ACCESS_SECRET
:
'qBiMksMt7DakR5cLQc03LCcsdwhPH1'
,
VITE_OSS_BUCKET
:
'hising'
,
VITE_OSS_BUCKET
:
'hising
-pao
'
,
VITE_OSS_REGION
:
'oss-cn-hangzhou'
,
VITE_OSS_HOST
:
'https://
hising
-cdn.hikoon.com'
,
VITE_OSS_ENDPOINT
:
'https://hising.oss-cn-hangzhou.aliyuncs.com'
,
VITE_OSS_HOST
:
'https://
paopao
-cdn.hikoon.com'
,
VITE_OSS_ENDPOINT
:
'https://hising
-pao
.oss-cn-hangzhou.aliyuncs.com'
,
};
const
ossPath
=
`vendor/manage/asset
${
new
Date
()
...
...
@@ -62,7 +62,7 @@ export default defineConfig({
define
:
{
'process.env'
:
{
VITE_ENV
:
'production'
,
VITE_API_HOST
:
'https://
hising
.hikoon.com'
,
VITE_API_HOST
:
'https://
paopao
.hikoon.com'
,
VITE_SHOW_LOGIN_ACCOUNT
:
false
,
...
config
,
},
...
...
config/vite.config.prod.ts
View file @
f6bda04
...
...
@@ -33,14 +33,14 @@ export default defineConfig({
define
:
{
'process.env'
:
{
VITE_ENV
:
'production'
,
VITE_API_HOST
:
'https://
hising
.hikoon.com'
,
VITE_API_HOST
:
'https://
paopao
.hikoon.com'
,
VITE_SHOW_LOGIN_ACCOUNT
:
false
,
VITE_OSS_ACCESS_KEY
:
'LTAI
4GKtcA6yTV6wnapivq7Y
'
,
VITE_OSS_ACCESS_SECRET
:
'
QPEt0HPEuRe7wIk2wZNtKPF6L0xMmQ
'
,
VITE_OSS_BUCKET
:
'hisin'
,
VITE_OSS_ACCESS_KEY
:
'LTAI
5t7LPdTdw9bSY7JUJmyG
'
,
VITE_OSS_ACCESS_SECRET
:
'
qBiMksMt7DakR5cLQc03LCcsdwhPH1
'
,
VITE_OSS_BUCKET
:
'hisin
g-pao
'
,
VITE_OSS_REGION
:
'oss-cn-hangzhou'
,
VITE_OSS_HOST
:
'https://
hi-sing
-cdn.hikoon.com'
,
VITE_OSS_ENDPOINT
:
'https://hisin.oss-cn-hangzhou.aliyuncs.com'
,
VITE_OSS_HOST
:
'https://
paopao
-cdn.hikoon.com'
,
VITE_OSS_ENDPOINT
:
'https://hisin
g-pao
.oss-cn-hangzhou.aliyuncs.com'
,
},
},
});
...
...
Please
register
or
sign in
to post a comment