- 我真的尽力了,但还是找不到页面
+
+
diff --git a/src/views/account/login.vue b/src/views/account/login.vue
index cd62aa6..b3e9171 100644
--- a/src/views/account/login.vue
+++ b/src/views/account/login.vue
@@ -11,7 +11,15 @@
-
![]()
+
{
+ this.wxQrCodeLoading=false
+ }"
+ />
-
+
+
+
@@ -99,7 +109,9 @@
-
+
+
+
@@ -175,6 +187,9 @@
-
diff --git a/src/views/form/write.vue b/src/views/form/write.vue
index ced5400..6a2d8db 100644
--- a/src/views/form/write.vue
+++ b/src/views/form/write.vue
@@ -19,9 +19,10 @@
:src="userProjectSetting.submitPromptImg"
fit="cover">
-
+
{{ userProjectSetting.submitPromptText }}
+ {{globalDefaultValue.projectSubmitPromptText}}
@@ -50,6 +51,7 @@ export default {
userProjectSetting: {
submitPromptText: ''
},
+ globalDefaultValue: defaultValue,
//微信授权地址
wxAuthorizationUrl: '',
wxAuthorizationCode: '',
@@ -64,7 +66,6 @@ export default {
let key = this.$route.query.key
this.projectConfig.projectKey = key
let wxCode = getQueryString('code')
- alert(wxCode)
if (wxCode) {
alert(wxCode)
this.wxAuthorizationCode = wxCode
@@ -206,7 +207,7 @@ export default {
'projectKey': this.projectConfig.projectKey,
'collectData': data
}).then(res => {
- this.formState = true
+ this.writeStatus = 2
})
}
}
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index a91e1a6..2fdbd94 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -58,7 +58,7 @@ export default {
menuRouters: [
{
routerPath: '/proposal',
- title: '提出建议'
+ title: '免费模板'
},
{
routerPath: '/sources',
diff --git a/vue.config.js b/vue.config.js
index 907d2e1..8be63b1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -59,7 +59,7 @@ module.exports = {
// 开发环境默认开启反向代理,如果不需要请自行注释
proxy: {
'/tduck-api': {
- target: 'http://localhost:8999/',
+ target: 'http://smalljop.test.utools.club',
changeOrigin: true
}
}
diff --git a/yarn.lock b/yarn.lock
index 71a5310..aada797 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8701,11 +8701,6 @@ q@^1.1.2:
resolved "https://registry.npm.taobao.org/q/download/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
-qrcodejs2@^0.0.2:
- version "0.0.2"
- resolved "https://registry.yarnpkg.com/qrcodejs2/-/qrcodejs2-0.0.2.tgz#465afe5e39f19facecb932c11f7a186109146ae1"
- integrity sha1-Rlr+Xjnxn6zsuTLBH3oYYQkUauE=
-
qs@6.7.0:
version "6.7.0"
resolved "https://registry.npm.taobao.org/qs/download/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"