fixed:change the prod env

This commit is contained in:
lzh
2023-12-15 21:01:39 +08:00
parent d3837b2603
commit f7d164cb47
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: '/api'
apiUrl: 'http://programtree.cn:8031/api'
};