Commit 10a3379a by haojie

1

parent 618e46b5
......@@ -3,11 +3,9 @@ import {show_message} from './tdesign';
const mode = import.meta.env.MODE;
const getBaseUrl = () => {
if (mode == 'development') {
return 'http://dexnav-main.test';
if (mode == 'app') {
return 'http://video_publish.test';
} else {
// 打包
return '';
}
};
......
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