We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ddd24 commit 2ed9b12Copy full SHA for 2ed9b12
vue/src/lib/url.ts
@@ -1,2 +1,2 @@
1
-const URL = process.env.NODE_ENV === 'production' ? 'http://app.abzschina.com/AnBang/' : 'http://localhost:21021/';
+const URL = process.env.NODE_ENV === 'production' ? 'https://yourdomain/' : 'http://localhost:21021/';
2
export default URL;
0 commit comments