Skip to content

Commit 2ed9b12

Browse files
committed
update vue url.ts
1 parent 20ddd24 commit 2ed9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/lib/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const URL = process.env.NODE_ENV === 'production' ? 'http://app.abzschina.com/AnBang/' : 'http://localhost:21021/';
1+
const URL = process.env.NODE_ENV === 'production' ? 'https://yourdomain/' : 'http://localhost:21021/';
22
export default URL;

0 commit comments

Comments
 (0)