Commit 13a1c150 by haojie

ai直播模块

parent e2b56c4c
document.onkeydown = function (e) {
console.log(e);
if (e.code == 'F12') {
e.preventDefault();
}
};
......@@ -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: '/',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment