正式环境打包,上传一次dist

This commit is contained in:
xiaogang 2024-08-27 10:10:59 +08:00
parent 980428ac1d
commit aae8438289
8 changed files with 16 additions and 17 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ lerna-debug.log*
node_modules
.DS_Store
dist
# dist
*.local
# Editor directories and files

View File

@ -9,8 +9,8 @@ const config = {
// pagesInclude: ['jlgh/coupon.vue', 'jlgh/redeem.vue'],
// pagesInclude: ['jlgh/index.vue'],
// pagesInclude: ['jlgh/login.vue'],
pagesInclude: ['jlgh/orderDetail.vue'],
// pagesInclude: ['index'],
// pagesInclude: ['jlgh/orderDetail.vue'],
pagesInclude: ['index'],
}
const { pages, pagesInclude } = config

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<!doctype html>
<html build-date="2024-08-26 13:38:39">
<html build-date="2024-08-27 10:09:18">
<head>
<link rel="stylesheet" href="./assets/uni.ad4bcb33.css">
@ -19,7 +19,7 @@
<title>场景营销</title>
<!--preload-links-->
<!--app-context-->
<script type="module" crossorigin src="./assets/index-ChsP0NUI.js"></script>
<script type="module" crossorigin src="./assets/index-GrA_01dm.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DqQ4aJDv.css">
</head>

8
env/.env.production vendored
View File

@ -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'

View File

@ -16,12 +16,11 @@
},
"pages": [
{
"path": "pages/jlgh/orderDetail",
"path": "pages/index/index",
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#FFF"
"navigationBarTitleText": "首页"
}
}
],

View File

@ -4,7 +4,7 @@
// Generated by vite-plugin-uni-pages
interface NavigateToOptions {
url: "/pages/jlgh/orderDetail";
url: "/pages/index/index";
}
interface RedirectToOptions extends NavigateToOptions {}