summaryrefslogtreecommitdiff
path: root/UI source code/dns_mapping_ui-master/.env.development
diff options
context:
space:
mode:
Diffstat (limited to 'UI source code/dns_mapping_ui-master/.env.development')
-rw-r--r--UI source code/dns_mapping_ui-master/.env.development8
1 files changed, 8 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/.env.development b/UI source code/dns_mapping_ui-master/.env.development
new file mode 100644
index 0000000..6ed6b44
--- /dev/null
+++ b/UI source code/dns_mapping_ui-master/.env.development
@@ -0,0 +1,8 @@
+ENV = 'development'
+
+# 接口地址
+VUE_APP_BASE_API = 'http://192.168.32.7:8888'
+VUE_APP_WS_API = 'ws://192.168.32.7:8888'
+
+# 是否启用 babel-plugin-dynamic-import-node插件
+VUE_CLI_BABEL_TRANSPILE_MODULES = true