diff --git a/vue/public/config.js b/vue/public/config.js new file mode 100644 index 00000000..02c246dd --- /dev/null +++ b/vue/public/config.js @@ -0,0 +1,11 @@ +// 开发 +window.SITE_CONFIG['config_ip'] = 'http://192.168.1.228' +window.SITE_CONFIG['config_auth_port'] = '8066' +window.SITE_CONFIG['config_public_port'] = '8092' +window.SITE_CONFIG['config_backend_port'] = '8092' + +// 发布 +// window.SITE_CONFIG['config_ip'] = 'http://192.168.0.68' +// window.SITE_CONFIG['config_auth_port'] = '8066' +// window.SITE_CONFIG['config_public_port'] = '8092' +// window.SITE_CONFIG['config_backend_port'] = '8092' \ No newline at end of file diff --git a/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue b/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue index a5c4d7ba..324dd671 100644 --- a/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue +++ b/vue/src/views/pg-fis/basedate/m100Online/RepetitionZHB.vue @@ -1,4 +1,4 @@ - +