@@ -1,6 +1,6 @@
const app = getApp();
const env = {
- NODE_ENV: 'dev',
+ NODE_ENV: 'prd',
dev: {
apiUrl: 'https://apitest.tongyu99.com'
},