Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ai_web_page_prod
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
ai_web_page_prod
Commits
13a1c150
Commit
13a1c150
authored
May 31, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ai直播模块
parent
e2b56c4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
public/stopKeyDown.js
+6
-0
vite.config.ts
+1
-0
No files found.
public/stopKeyDown.js
0 → 100644
View file @
13a1c150
document
.
onkeydown
=
function
(
e
)
{
console
.
log
(
e
);
if
(
e
.
code
==
'F12'
)
{
e
.
preventDefault
();
}
};
vite.config.ts
View file @
13a1c150
...
...
@@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => {
// 192.168.1.13:88 -- zh
// http://ai-gpt.test
// http://156.247.11.21:85--线上
// http://192.168.1.3:9503 -- 我的本地
const
api
=
1
?
'http://192.168.1.13:88'
:
'http://ai-gpt.test'
;
return
{
base
:
'/'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment