mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
change ACCESS_KEY header to ACCESS-KEY, add test env file
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
VUE_APP_API_HOST=https://chat-plus.net
|
||||
VUE_APP_WS_HOST=wss://chat-plus.net
|
||||
NODE_ENV = 'production'
|
||||
VUE_APP_API_HOST=https://www.r9it.com
|
||||
VUE_APP_WS_HOST=wss://www.r9it.com
|
||||
|
||||
@@ -569,7 +569,7 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
bottom: 0
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex-flow: column;
|
||||
|
||||
|
||||
@@ -888,7 +888,7 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
bottom: 0
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex-flow: column;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ module.exports = defineConfig({
|
||||
]
|
||||
},
|
||||
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/chat' : '/',
|
||||
publicPath: '/chat',
|
||||
outputDir: '../dist',
|
||||
crossorigin: "anonymous",
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user