提交 a02e5f63 authored 作者: 刘旭's avatar 刘旭

新增付款方式页面

上级 36baaabe
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
"element-plus": "^2.2.12", "element-plus": "^2.2.12",
"eslint": "^8.4.1", "eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0", "eslint-plugin-vue": "^8.2.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
......
...@@ -126,7 +126,6 @@ import htmlDetails from '@/components/htmlDetails.vue' ...@@ -126,7 +126,6 @@ import htmlDetails from '@/components/htmlDetails.vue'
import LitemallPage from '@/components/pagination/litemallPage.vue' import LitemallPage from '@/components/pagination/litemallPage.vue'
import shelves from './shelves.vue' import shelves from './shelves.vue'
import edit from './edit.vue' import edit from './edit.vue'
import fileDownload from 'js-file-download'
let list = ref([]) let list = ref([])
let total = ref(0) let total = ref(0)
......
...@@ -41,11 +41,13 @@ export default ({ command, mode }) => { ...@@ -41,11 +41,13 @@ export default ({ command, mode }) => {
// '/foo': '', // '/foo': '',
// 选项写法 // 选项写法
"/admin": { "/admin": {
// target: "http://192.168.0.8:8089/",
target: "http://192.168.0.60:82/", target: "http://192.168.0.60:82/",
// rewrite: (path) => path.replace(/^\/api/, '') http://192.168.0.9:8089/ // rewrite: (path) => path.replace(/^\/api/, '') http://192.168.0.9:8089/
}, },
"/wx": { "/wx": {
target: "http://192.168.0.60:82/", target: "http://192.168.0.60:82/",
// target: "http://192.168.0.8:8089/",
// rewrite: (path) => path.replace(/^\/api/, '') // rewrite: (path) => path.replace(/^\/api/, '')
}, },
// 正则表达式写法 // 正则表达式写法
...@@ -78,7 +80,7 @@ export default ({ command, mode }) => { ...@@ -78,7 +80,7 @@ export default ({ command, mode }) => {
}, },
}, },
build: { build: {
minify : 'terser', minify: 'terser',
// 分块打包配置 // 分块打包配置
chunkSizeWarningLimit: 1500, // 分块打包,分解块,将大块分解成更小的块 chunkSizeWarningLimit: 1500, // 分块打包,分解块,将大块分解成更小的块
rollupOptions: { rollupOptions: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论