diff --git a/.gitignore b/.gitignore index 91c18bc..3197009 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ lerna-debug.log* node_modules .DS_Store -# dist +dist *.local # Editor directories and files diff --git a/custom.page.js b/custom.page.js index d31406f..085935b 100644 --- a/custom.page.js +++ b/custom.page.js @@ -8,8 +8,8 @@ const config = { pages: './src/pages', // pagesInclude: ['jlgh/coupon.vue', 'jlgh/redeem.vue'], // pagesInclude: ['jlgh/index.vue'], - // pagesInclude: ['jlgh/login.vue'], - pagesInclude: ['index'], + pagesInclude: ['jlgh/login.vue'], + // pagesInclude: ['jlgh'], } const { pages, pagesInclude } = config diff --git a/env/.env.production b/env/.env.production index 1196dbc..18f4087 100644 --- a/env/.env.production +++ b/env/.env.production @@ -7,12 +7,12 @@ VITE_SHOW_SOURCEMAP = false # VITE_APP_PUBLIC_BASE = ./ # 测试线上 -# VITE_SERVER_BASEURL = 'https://gateway.dev.cdlsxd.cn' +VITE_SERVER_BASEURL = 'https://gateway.dev.cdlsxd.cn' # 正式环境 -VITE_SERVER_BASEURL = 'https://scens.h5.86698.cn' +# VITE_SERVER_BASEURL = 'https://scens.h5.86698.cn' # VITE_APP_PROXY = true # 测试线上 -# VITE_APP_PROXY_PREFIX = 'https://gateway.dev.cdlsxd.cn' +VITE_APP_PROXY_PREFIX = 'https://gateway.dev.cdlsxd.cn' # 正式环境 -VITE_APP_PROXY_PREFIX = 'https://scens.h5.86698.cn' +# VITE_APP_PROXY_PREFIX = 'https://scens.h5.86698.cn' diff --git a/index.html b/index.html index 78f000e..8e3c747 100644 --- a/index.html +++ b/index.html @@ -22,23 +22,27 @@
+ +